java.lang.Object
com.sun.xml.dtdparser.SimpleHashtable.Entry<K,V>
- Enclosing class:
SimpleHashtable<K,
V>
Hashtable collision list.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hash
int hash -
key
K key -
value
V value -
next
SimpleHashtable.Entry<K,V> next
-
-
Constructor Details
-
Entry
-