java.util.Hashtable Hashtable System.Collections.Generic.Dictionary System.Collections.ICollection System.Collections.IDictionary ${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}.get(${key}) System.Object key get___idx System.Object ${this}.put(${key}, ${value}) System.Object key System.Object value set___idx System.Void ${this}.size() System.Int32 Count ${this}.size() ${this}.setCount(${value}) ${this}.keySet() System.Collections.ICollection Keys ${this}.keySet() ${this}.setKeys(${value}) java.util.Hashtable new Hashtable() java.util.Hashtable new Hashtable(${length}) System.Int32 length java.util.Hashtable new Hashtable(${collection}) System.ICollection collection