Class Hashtable
java.lang.Object
java.util.Dictionary
java.util.Hashtable
- All Implemented Interfaces:
Serializable, Cloneable, Map
- Direct Known Subclasses:
Properties
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Hashtable
public Hashtable() -
Hashtable
public Hashtable(int var0) -
Hashtable
public Hashtable(int var0, float var1) -
Hashtable
-
-
Method Details
-
clear
-
clone
-
contains
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
elements
- Specified by:
elementsin classDictionary
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap- Specified by:
isEmptyin classDictionary
-
keys
- Specified by:
keysin classDictionary
-
keySet
-
put
-
putAll
-
rehash
protected void rehash() -
remove
-
size
public int size()- Specified by:
sizein interfaceMap- Specified by:
sizein classDictionary
-
toString
-
values
-