java.util.HashMap
HashMap*[${K},${V}]*
System.Collections.Generic.Dictionary
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()
System.Object
key
V
${this:16}.get(${key})
${this:16}.put(${key}, ${value})
new HashMap*[${K},${V}]*()