Class ObjHash.ObjHashEntry<K,V>
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 Hash.HashEntry
getHash, remove
-
Field Details
-
key
-
-
Constructor Details
-
ObjHashEntry
-
ObjHashEntry
public ObjHashEntry()
-
-
Method Details
-
equals
-