The methods of Java.Util.AbstractMap are listed below. For a list of all members, see the AbstractMap Members list.
See Also: Inherited members from Java.Lang.Object
Clear()Removes all elements from this Map, leaving it empty. | ||
ContainsKey(Java.Lang.Object)Returns whether this Map contains the specified key. | ||
ContainsValue(Java.Lang.Object)Returns whether this Map contains the specified value. | ||
abstract | EntrySet()Returns a Set containing all of the mappings in this Map. | |
Get(Java.Lang.Object)Returns the value of the mapping with the specified key. | ||
KeySet()Returns a set of the keys contained in this Map. | ||
Put(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
PutAll(IDictionary)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object)Removes a mapping with the specified key from this Map. | ||
Size()Returns the number of mappings in this Map. | ||
Values()Returns a Collection of the values contained in this Map. |