java.lang.Object
org.jcodings.util.Hash.HashEntry<V>
org.jcodings.util.ObjHash.ObjHashEntry<K,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObjHashEntry
(int hash, Hash.HashEntry<V> next, V value, K key, Hash.HashEntry<V> head) -
Method Summary
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove