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:
java.io.Serializable,java.util.Map.Entry<K,V>
public class HashNode<K,V> extends java.util.AbstractMap.SimpleEntry<K,V> implements java.util.Map.Entry<K,V>An entry in aGeneralHashTable. This is a public class to allow overriding.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Implements the general Map.Entry specification.Vget(V defaultValue)-
Methods inherited from class java.util.AbstractMap.SimpleEntry
getKey, getValue, hashCode, setValue, toString
-
-