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