Class IntHash<V>

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

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

    • IntHash

      public IntHash()
    • IntHash

      public IntHash(int size)
  • Method Details

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