|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Hashtable
public class Hashtable
Maps keys to objects. It has a fixed-size table, so don't expect it to scale well.
Constructor Summary | |
---|---|
Hashtable()
|
Method Summary | |
---|---|
Object |
get(Object aKey)
|
Enumeration |
keys()
|
Object |
put(Object aKey,
Object aValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hashtable()
Method Detail |
---|
public Object get(Object aKey)
public Object put(Object aKey, Object aValue)
public Enumeration keys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |