Class DTDGrammar.QNameHashtable
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
- Enclosing class:
- DTDGrammar
protected static final class DTDGrammar.QNameHashtable extends Object
A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.- Author:
- Eric Ye, IBM, Andy Clark, IBM
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
QNameHashtable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get(String key)
Returns the value associated with the specified key tuple.int
hash(String symbol)
void
put(String key, int value)
Associates the given value with the specified key tuple.
-