public class HashNode<K,V>
extends java.util.AbstractMap.SimpleEntry<K,V>
implements java.util.Map.Entry<K,V>
GeneralHashTable
.
This is a public class to allow overriding.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Implements the general Map.Entry specification.
|
V |
get(V defaultValue) |
getKey, getValue, hashCode, setValue, toString