java.util.HashMap
HashMap*[${K},${V}]*
System.Collections.Generic.Dictionary
K
V
System.Collections.Generic.IDictionary*[K,V]*
KeyValuePair*[K,V]*
${expr}.entrySet()
${this:16}.put(${key}, ${value})
K
key
V
value
Add
System.Void
${this:16}.clear()
Clear
System.Void
${this:16}.containsKey(${key})
K
key
ContainsKey
System.Boolean
${this:16}.containsValue(${value})
V
value
ContainsValue
System.Boolean
${this:16}.remove(${key})
System.Object
key
Remove
System.Boolean
${this:16}.size()
System.Int32
Count
${this:16}.size()
CS2JNet.JavaSupport.Collections.Generic.CollectionSupport
System.Collections.Generic.KeyCollection*[K]*
Keys
CollectionSupport.mk(${this:16}.keySet())
System.Object
key
V
${this:16}.get(${key})
${this:16}.put(${key}, ${value})
new HashMap*[${K},${V}]*()