Java.Util.Dictionary: Method Members

The methods of Java.Util.Dictionary are listed below. For a list of all members, see the Dictionary Members list.

See Also: Inherited members from Java.Lang.Object

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.