java.lang.Object | |
↳ | org.apache.commons.collections.map.AbstractHashedMap.HashEntry |
![]() |
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.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
hashCode | The hash code of the key | ||||||||||
key | The key | ||||||||||
next | The next entry in the hash chain | ||||||||||
value | The value |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the key from the pair.
| |||||||||||
Gets the value from the pair.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The hash code of the key