Class IntArrayHash<V>

  • All Implemented Interfaces:
    java.lang.Iterable<V>

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

      • IntArrayHash

        public IntArrayHash()
      • IntArrayHash

        public IntArrayHash​(int size)
    • Method Detail

      • 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)