Class SymbolHash.Entry
java.lang.Object
org.apache.xerces.util.SymbolHash.Entry
- Enclosing class:
SymbolHash
This class is a key table entry. Each entry acts as a node
in a linked list.
- Version:
- $Id: SymbolHash.java 1867092 2019-09-18 03:54:53Z mukulg $
- Author:
- Elena Litani
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
next
The next entry.
-
-
Constructor Details
-
Entry
public Entry() -
Entry
-
-
Method Details
-
makeClone
-