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