Class SymbolHash.Entry
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.SymbolHash.Entry
-
- Enclosing class:
- SymbolHash
protected static final class SymbolHash.Entry extends Object
This class is a key table entry. Each entry acts as a node in a linked list.
-
-
Constructor Summary
Constructors Constructor Description Entry()
Entry(Object key, Object value, SymbolHash.Entry next)
-
-
-
Field Detail
-
key
public Object key
-
value
public Object value
-
next
public SymbolHash.Entry next
The next entry.
-
-
Constructor Detail
-
Entry
public Entry()
-
Entry
public Entry(Object key, Object value, SymbolHash.Entry next)
-
-
Method Detail
-
makeClone
public SymbolHash.Entry makeClone()
-
-