Package org.jcodings.util
Class IntArrayHash.IntArrayHashEntry<V>
- java.lang.Object
-
- org.jcodings.util.Hash.HashEntry<V>
-
- org.jcodings.util.IntArrayHash.IntArrayHashEntry<V>
-
- Enclosing class:
- IntArrayHash<V>
public static final class IntArrayHash.IntArrayHashEntry<V> extends Hash.HashEntry<V>
-
-
Constructor Summary
Constructors Constructor Description IntArrayHashEntry()
IntArrayHashEntry(int hash, Hash.HashEntry<V> next, V value, int[] key, Hash.HashEntry<V> head)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(int[] key)
-
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove
-
-
-
-
Constructor Detail
-
IntArrayHashEntry
public IntArrayHashEntry(int hash, Hash.HashEntry<V> next, V value, int[] key, Hash.HashEntry<V> head)
-
IntArrayHashEntry
public IntArrayHashEntry()
-
-