Class AbstractHashedMap.HashEntry<K,V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry<K,V>
- Direct Known Subclasses:
AbstractLinkedMap.LinkEntry
,AbstractReferenceMap.ReferenceEntry
- Enclosing class:
- AbstractHashedMap<K,
V>
protected static class AbstractHashedMap.HashEntry<K,V>
extends Object
implements Map.Entry<K,V>, KeyValue<K,V>
HashEntry used to store the data.
If you subclass AbstractHashedMap
but not HashEntry
then you will not be able to access the protected fields.
The entryXxx()
methods on AbstractHashedMap
exist
to provide the necessary access.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
next
The next entry in the hash chain -
hashCode
protected int hashCodeThe hash code of the key -
key
The key -
value
The value
-
-
Constructor Details
-
HashEntry
-
-
Method Details