|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.dtm.ref.ExpandedNameTable.HashEntry
private static final class ExpandedNameTable.HashEntry
Inner class which represents a hash table entry. The field next points to the next entry which is hashed into the same bucket in the case of "hash collision".
Field Summary | |
---|---|
(package private) int |
hash
|
(package private) ExtendedType |
key
|
(package private) ExpandedNameTable.HashEntry |
next
|
(package private) int |
value
|
Constructor Summary | |
---|---|
protected |
ExpandedNameTable.HashEntry(ExtendedType key,
int value,
int hash,
ExpandedNameTable.HashEntry next)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ExtendedType key
int value
int hash
ExpandedNameTable.HashEntry next
Constructor Detail |
---|
protected ExpandedNameTable.HashEntry(ExtendedType key, int value, int hash, ExpandedNameTable.HashEntry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |