java.util.Map
Map
System.Collections.IDictionary
System.Object
${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}.remove(${value})
System.Object
value
Remove
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})
${this:16}.values()
System.Collections.ICollection
Values
${this:16}.values()
${this:16}.setValues(${value})
System.Object
key
System.Object
${this:16}.get(${key})
${this:16}.put(${key}, ${value})