gate.util
Class HashMapLong.Entry
java.lang.Object
|
+--gate.util.HashMapLong.Entry
- Enclosing class:
- HashMapLong
- private static class HashMapLong.Entry
- extends Object
HashMapLong collision list entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hash
int hash
key
long key
value
Object value
next
HashMapLong.Entry next
HashMapLong.Entry
HashMapLong.Entry(int hash,
long key,
Object value,
HashMapLong.Entry next)