Java.Util.Dictionary Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new instance of this class.

Protected Constructors

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

Public Properties

[read-only]
abstract
IsEmptybool. Returns true if this dictionary has no key/value pairs.

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

abstract
Elements() : IEnumeration
Returns an enumeration on the elements of this dictionary.
abstract
Get(Java.Lang.Object) : Java.Lang.Object
Returns the value which is associated with key.
abstract
Keys() : IEnumeration
Returns an enumeration on the keys of this dictionary.
abstract
Put(Java.Lang.Object, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
Remove(Java.Lang.Object) : Java.Lang.Object
Removes the key/value pair with the specified key from this dictionary.
abstract
Size() : int
Returns the number of key/value pairs in this dictionary.