java.util.Map
Map*[${K},${V}]*
System.Collections.Generic.IDictionary
K
V
System.Collections.Generic.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}.remove(${key})
K
key
Remove
System.Boolean
K
key
V
${this:16}.get(${key})
${this:16}.put(${key}, ${value})
CS2JNet.JavaSupport.Collections.Generic.LCC.CollectionSupport
System.Collections.Generic.ICollection*[K]*
Keys
CollectionSupport.mk(${this:16}.keySet())
System.Collections.Generic.ICollection*[V]*
Values
${this:16}.values()