Package org.apache.xerces.impl.dtd
Class DTDGrammar.QNameHashtable
java.lang.Object
org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
- Enclosing class:
DTDGrammar
A simple Hashtable implementation that takes a tuple (String, String)
as the key and a int as value.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Eric Ye, IBM, Andy Clark, IBM
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QNameHashtable
protected QNameHashtable()
-
-
Method Details
-
put
Associates the given value with the specified key tuple. -
get
Returns the value associated with the specified key tuple. -
hash
-