Java.Util.IMap Members

The members of Java.Util.IMap are listed below.

Public Properties

[read-only]
IsEmptybool. Returns whether this map is empty.

Public Methods

Clear()
Removes all elements from this Map, leaving it empty.
ContainsKey(Java.Lang.Object) : bool
Returns whether this Map contains the specified key.
ContainsValue(Java.Lang.Object) : bool
Returns whether this Map contains the specified value.
EntrySet() : ICollection
Returns a Set containing all of the mappings in this Map.
Equals(Java.Lang.Object) : bool
Compares the argument to the receiver, and returns true if the specified object is a Map and both Maps contain the same mappings.
Get(Java.Lang.Object) : Java.Lang.Object
Returns the value of the mapping with the specified key.
GetHashCode() : int
Returns an integer hash code for the receiver.
KeySet() : ICollection
Returns a set of the keys contained in this Map.
Put(Java.Lang.Object, 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) : Java.Lang.Object
Removes a mapping with the specified key from this Map.
Size() : int
Returns the number of mappings in this Map.
Values() : ICollection
Returns a Collection of the values contained in this Map.