Class ObjHash<K,​V>

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

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

      • ObjHash

        public ObjHash()
    • Method Detail

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