|
|||||||||||
| 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
To manage collisions
| Field Summary | |
int |
hash
The hash code |
Object |
key
The key |
HashTable.Entry |
next
The next entry |
Object |
value
The value |
| Constructor Summary | |
HashTable.Entry(int hash,
Object key,
Object value,
HashTable.Entry next)
Creates a new entry |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int hash
public Object key
public Object value
public HashTable.Entry next
| Constructor Detail |
public HashTable.Entry(int hash,
Object key,
Object value,
HashTable.Entry next)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||