|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.
Constructor Summary | |
protected |
DTDGrammar.QNameHashtable()
|
Method Summary | |
int |
get(java.lang.String key)
Returns the value associated with the specified key tuple. |
void |
put(java.lang.String key,
int value)
Associates the given value with the specified key tuple. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DTDGrammar.QNameHashtable()
Method Detail |
public void put(java.lang.String key, int value)
public int get(java.lang.String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |