Package gnu.kawa.util
Class HashNode<K,V>
java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
gnu.kawa.util.HashNode<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
An entry in a
GeneralHashTable
.
This is a public class to allow overriding.- See Also:
-
Field Details
-
next
-
keyHash
protected int keyHash
-
-
Constructor Details
-
HashNode
-
HashNode
-
-
Method Details
-
get
-
equals
Implements the general Map.Entry specification. But note that a GeneralHashTable subclass may overridematches
, so it no longer uses equals, in which case it won't be consistent with this method, unless it is overridden.
-