Package org.jcodings.util
Class IntArrayHash<V>
- java.lang.Object
-
- org.jcodings.util.Hash<V>
-
- org.jcodings.util.IntArrayHash<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>
public final class IntArrayHash<V> extends Hash<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntArrayHash.IntArrayHashEntry<V>-
Nested classes/interfaces inherited from class org.jcodings.util.Hash
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator
-
-
Constructor Summary
Constructors Constructor Description IntArrayHash()IntArrayHash(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vdelete(int... key)Vget(int... key)private inthashCode(int[] key)protected voidinit()Vput(int[] key, V value)voidputDirect(int[] key, V value)-
Methods inherited from class org.jcodings.util.Hash
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, size
-
-