Package com.polytechnik.utils
Class LongHashMap.Entry<V>
java.lang.Object
com.polytechnik.utils.LongHashMap.Entry<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
final long key -
hash
final int hash -
value
V value -
next
LongHashMap.Entry<V> next
-
-
Constructor Details
-
Entry
Entry(int hash, long key, V value, LongHashMap.Entry<V> next)
-