java.lang.Object | ||
↳ | org.apache.commons.collections.map.AbstractHashedMap.HashEntry | |
↳ | org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry |
LinkEntry that stores the data.
If you subclass AbstractLinkedMap
but not LinkEntry
then you will not be able to access the protected fields.
The entryXxx()
methods on AbstractLinkedMap
exist
to provide the necessary access.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
after | The entry after this one in the order | ||||||||||
before | The entry before this one in the order |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new entry.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a new entry.
next | the next entry in the hash bucket sequence |
---|---|
hashCode | the hash code |
key | the key |
value | the value |