java.util.Hashtable Hashtable System.Collections.Hashtable System.Collections.ICollection System.Collections.IDictionary System.Object ${expr}.entrySet() ${this}.put(${key}, ${value}) System.Object key System.Object value Add System.Int32 ${this}.containsKey(${key}) System.Object key Contains System.Boolean ${this}.containsKey(${key}) System.Object key ContainsKey System.Boolean ${this}.size() System.Int32 Count ${this}.size() ${this}.setCount(${value}) ${this}.keySet() System.Collections.ICollection Keys ${this}.keySet() ${this}.setKeys(${value}) ${this}.values() System.Collections.ICollection Values ${this}.values() ${this}.setValues(${value}) System.Object key System.Object ${this}.get(${key}) ${this}.put(${key}, ${value}) java.util.Hashtable new Hashtable() java.util.Hashtable new Hashtable(${length}) System.Int32 length java.util.Hashtable new Hashtable(${collection}) System.ICollection collection