Class IntHash<V>

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

    public class IntHash<V>
    extends Hash<V>
    • Constructor Detail

      • IntHash

        public IntHash()
      • IntHash

        public IntHash​(int size)
    • Method Detail

      • init

        protected void init()
        Specified by:
        init in class Hash<V>
      • 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)