java.lang.Object
org.jcodings.util.Hash.HashEntry<V>
org.jcodings.util.IntArrayHash.IntArrayHashEntry<V>
- Enclosing class:
- IntArrayHash<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntArrayHashEntry
(int hash, Hash.HashEntry<V> next, V value, int[] key, Hash.HashEntry<V> head) -
Method Summary
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove
-
Field Details
-
key
public final int[] key
-
-
Constructor Details
-
IntArrayHashEntry
public IntArrayHashEntry(int hash, Hash.HashEntry<V> next, V value, int[] key, Hash.HashEntry<V> head) -
IntArrayHashEntry
public IntArrayHashEntry()
-
-
Method Details
-
equals
public boolean equals(int[] key)
-