The members of Java.Util.Dictionary are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of this class. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |