Package org.kingdoms.utils.internal
Class UnsafeHashMap.Node<K,V>
java.lang.Object
org.kingdoms.utils.internal.UnsafeHashMap.Node<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
- Direct Known Subclasses:
UnsafeHashMap.Entry
- Enclosing class:
- UnsafeHashMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hash
public final int hash -
key
-
value
-
next
-
-
Constructor Details
-
Node
-
-
Method Details
-
getKey
-
getValue
-
toString
-
hashCode
public int hashCode() -
setValue
-
equals
-