|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.util.HashMapLong.Entry
HashMapLong collision list entry.
Field Summary | |
(package private) int |
hash
|
(package private) long |
key
|
(package private) HashMapLong.Entry |
next
|
(package private) Object |
value
|
Constructor Summary | |
(package private) |
HashMapLong.Entry(int hash,
long key,
Object value,
HashMapLong.Entry next)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int hash
long key
Object value
HashMapLong.Entry next
Constructor Detail |
HashMapLong.Entry(int hash, long key, Object value, HashMapLong.Entry next)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |