- java.lang.Object
-
- org.jcodings.util.Hash<V>
-
- org.jcodings.util.ObjHash<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObjHash.ObjHashEntry<K,V>-
Nested classes/interfaces inherited from class org.jcodings.util.Hash
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator
-
-
Constructor Summary
Constructors Constructor Description ObjHash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vdelete(K key)Vget(K key)protected voidinit()Vput(K key, V value)voidputDirect(K key, V value)-
Methods inherited from class org.jcodings.util.Hash
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-