Java.Util.AbstractMap Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

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

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.
abstract
EntrySet() : ICollection
Returns a Set containing all of the mappings in this Map.
Get(Java.Lang.Object) : Java.Lang.Object
Returns the value of the mapping with the specified key.
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.