Class IntArrayHash<V>

java.lang.Object
org.jcodings.util.Hash<V>
org.jcodings.util.IntArrayHash<V>
All Implemented Interfaces:
Iterable<V>

public final class IntArrayHash<V> extends Hash<V>
  • Constructor Details

    • IntArrayHash

      public IntArrayHash()
    • IntArrayHash

      public IntArrayHash(int size)
  • Method Details

    • init

      protected void init()
      Specified by:
      init in class Hash<V>
    • hashCode

      private int hashCode(int[] key)
    • put

      public V put(int[] key, V value)
    • putDirect

      public void putDirect(int[] key, V value)
    • get

      public V get(int... key)
    • delete

      public V delete(int... key)