|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
zeus.util.StringHashtable
StringHashtable is a very primitive class that allows you to have a hashtable that is keyed on string values rather than string object identities.
| Nested Class Summary |
| Nested classes inherited from class java.util.Hashtable |
|
| Field Summary |
| Fields inherited from class java.util.Hashtable |
|
| Constructor Summary | |
StringHashtable()
|
|
| Method Summary | |
java.lang.Object |
getForString(java.lang.String key)
|
int |
noElements()
|
void |
removeForString(java.lang.String key)
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StringHashtable()
| Method Detail |
public int noElements()
public java.lang.Object getForString(java.lang.String key)
public void removeForString(java.lang.String key)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||