Package org.jcodings.util
Class ObjHash.ObjHashEntry<K,V>
- java.lang.Object
-
- org.jcodings.util.Hash.HashEntry<V>
-
- org.jcodings.util.ObjHash.ObjHashEntry<K,V>
-
public static final class ObjHash.ObjHashEntry<K,V> extends Hash.HashEntry<V>
-
-
Constructor Summary
Constructors Constructor Description ObjHashEntry()
ObjHashEntry(int hash, Hash.HashEntry<V> next, V value, K key, Hash.HashEntry<V> head)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object key)
-
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove
-
-
-
-
Field Detail
-
key
public final K key
-
-
Constructor Detail
-
ObjHashEntry
public ObjHashEntry(int hash, Hash.HashEntry<V> next, V value, K key, Hash.HashEntry<V> head)
-
ObjHashEntry
public ObjHashEntry()
-
-