|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.xml.util.StringHashtable
This simple hashtable uses strings as the keys.
Constructor Summary | |
StringHashtable()
Construct empty hashtable. |
|
StringHashtable(int size)
Construct empty hashtable. |
Method Summary | |
Object |
get(char[] chars,
int offset,
int length)
Get a value from the hashtable. |
Object |
get(String key)
Get a value from the hashtable. |
Object |
put(String key,
Object value)
Add object to the hashtable. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StringHashtable()
public StringHashtable(int size)
Method Detail |
public Object put(String key, Object value)
public Object get(String key)
public Object get(char[] chars, int offset, int length)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |