|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.util.HashMapLong.Entry
private static class 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 | |
|---|---|
HashMapLong.Entry(int hash,
long key,
Object value,
HashMapLong.Entry next)
|
|
| Method Summary |
|---|
| 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 | |||||||||