Package java.util
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
public void clear() -
clone
-
contains
-
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
elements
- Specified by:
elements
in classDictionary
-
entrySet
-
get
- Specified by:
get
in interfaceMap
- Specified by:
get
in classDictionary
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap
- Specified by:
isEmpty
in classDictionary
-
keySet
-
keys
- Specified by:
keys
in classDictionary
-
put
- Specified by:
put
in interfaceMap
- Specified by:
put
in classDictionary
-
putAll
-
rehash
protected void rehash() -
remove
- Specified by:
remove
in interfaceMap
- Specified by:
remove
in classDictionary
-
size
public int size()- Specified by:
size
in interfaceMap
- Specified by:
size
in classDictionary
-
values
-