|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.HashTable.Entry
protected static class HashTable.Entry
To manage collisions
Field Summary | |
---|---|
int |
hash
The hash code |
java.lang.Object |
key
The key |
HashTable.Entry |
next
The next entry |
java.lang.Object |
value
The value |
Constructor Summary | |
---|---|
HashTable.Entry(int hash,
java.lang.Object key,
java.lang.Object value,
HashTable.Entry next)
Creates a new entry |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public java.lang.Object key
public java.lang.Object value
public HashTable.Entry next
Constructor Detail |
---|
public HashTable.Entry(int hash, java.lang.Object key, java.lang.Object value, HashTable.Entry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |