The members of Java.Util.Hashtable are listed below.
See Also: Inherited members from Java.Util.Dictionary
Constructs a new Hashtable using the default capacity and load factor. | ||
Documentation for this section has not yet been entered. | ||
Constructs a new Hashtable using the specified capacity and the default load factor. | ||
Constructs a new Hashtable using the specified capacity and load factor. |
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. |
Clear()Removes all key/value pairs from this Hashtable, leaving the size zero and the capacity unchanged. | ||
Clone()Returns a new Hashtable with the same key/value pairs, capacity and load factor. | ||
Contains(Java.Lang.Object)Returns true if this Hashtable contains the specified object as the value of at least one of the key/value pairs. | ||
ContainsKey(Java.Lang.Object)Returns true if this Hashtable contains the specified object as a key of one of the key/value pairs. | ||
ContainsValue(Java.Lang.Object)Searches this Hashtable for the specified value. | ||
override | Elements()Returns an enumeration on the values of this Hashtable. | |
EntrySet()Returns a set of the mappings contained in this Hashtable. | ||
override | Get(Java.Lang.Object)Returns the value associated with the specified key in this Hashtable. | |
override | Keys()Returns an enumeration on the keys of this Hashtable instance. | |
KeySet()Returns a set of the keys contained in this Hashtable. | ||
override | Put(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. | ||
override | Remove(Java.Lang.Object)Removes the key/value pair with the specified key from this Hashtable. | |
override | Size()Returns the number of key/value pairs in this Hashtable. | |
Values()Returns a collection of the values contained in this Hashtable. |
Rehash()Increases the capacity of this Hashtable. |