Class ObjHash<K,V>

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

public final class ObjHash<K,V> extends Hash<V>
  • Constructor Details

    • ObjHash

      public ObjHash()
  • Method Details

    • init

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

      public V put(K key, V value)
    • putDirect

      public void putDirect(K key, V value)
    • get

      public V get(K key)
    • delete

      public V delete(K key)