| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkEntry.after
The entry after this one in the order
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkEntry.before
The entry before this one in the order
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.last
The current (last returned) entry
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.next
The next entry
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractLinkedMap |
AbstractLinkedMap.createEntry(AbstractHashedMap
Creates an entry to store the data.
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.currentEntry()
|
protected AbstractLinkedMap |
AbstractLinkedMap.entryAfter(AbstractLinkedMap
Gets the
after field from a
LinkEntry.
|
protected AbstractLinkedMap |
AbstractLinkedMap.entryBefore(AbstractLinkedMap
Gets the
before field from a
LinkEntry.
|
protected AbstractLinkedMap |
AbstractLinkedMap.getEntry(int index)
Gets the key at the specified index.
|
protected AbstractLinkedMap |
AbstractLinkedMap.getEntry(Object
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.nextEntry()
|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.previousEntry()
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractLinkedMap |
AbstractLinkedMap.entryAfter(AbstractLinkedMap
Gets the
after field from a
LinkEntry.
|
protected AbstractLinkedMap |
AbstractLinkedMap.entryBefore(AbstractLinkedMap
Gets the
before field from a
LinkEntry.
|
protected void |
LRUMap.moveToMRU(AbstractLinkedMap
Moves an entry to the MRU position at the end of the list.
|
protected boolean |
LRUMap.removeLRU(AbstractLinkedMap
Subclass method to control removal of the least recently used entry from the map.
|
protected void |
LRUMap.reuseMapping(AbstractLinkedMap
Reuses an entry by removing it and moving it to a new place in the map.
|