Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Field | Description |
---|---|---|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkEntry.after |
The entry after this one in the order
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkEntry.before |
The entry before this one in the order
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.header |
Header in the linked list
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkIterator.last |
The current (last returned) entry
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkIterator.next |
The next entry
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkIterator.currentEntry() |
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) |
Gets the
after field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) |
Gets the
before field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.getEntry(int index) |
Gets the key at the specified index.
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkIterator.nextEntry() |
|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.LinkIterator.previousEntry() |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) |
Gets the
after field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry |
AbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) |
Gets the
before field from a LinkEntry . |
protected void |
LRUMap.moveToMRU(AbstractLinkedMap.LinkEntry entry) |
Moves an entry to the MRU position at the end of the list.
|
protected boolean |
LRUMap.removeLRU(AbstractLinkedMap.LinkEntry entry) |
Subclass method to control removal of the least recently used entry from the map.
|
protected void |
LRUMap.reuseMapping(AbstractLinkedMap.LinkEntry entry,
int hashIndex,
int hashCode,
java.lang.Object key,
java.lang.Object value) |
Reuses an entry by removing it and moving it to a new place in the map.
|
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.