|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLinkedMap.LinkEntry | |
---|---|
org.apache.commons.collections.map |
This package contains implementations of the
Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of AbstractLinkedMap.LinkEntry in org.apache.commons.collections.map |
---|
Fields in org.apache.commons.collections.map declared as AbstractLinkedMap.LinkEntry | |
---|---|
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkEntry.after
The entry after this one in the order |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkEntry.before
The entry before this one in the order |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.header
Header in the linked list |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkIterator.last
The current (last returned) entry |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkIterator.next
The next entry |
Methods in org.apache.commons.collections.map that return AbstractLinkedMap.LinkEntry | |
---|---|
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkIterator.currentEntry()
|
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry<K,V> entry)
Gets the after field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry<K,V> entry)
Gets the before field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.getEntry(int index)
Gets the key at the specified index. |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkIterator.nextEntry()
|
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.LinkIterator.previousEntry()
|
Methods in org.apache.commons.collections.map with parameters of type AbstractLinkedMap.LinkEntry | |
---|---|
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry<K,V> entry)
Gets the after field from a LinkEntry . |
protected AbstractLinkedMap.LinkEntry<K,V> |
AbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry<K,V> entry)
Gets the before field from a LinkEntry . |
protected void |
LRUMap.moveToMRU(AbstractLinkedMap.LinkEntry<K,V> entry)
Moves an entry to the MRU position at the end of the list. |
protected boolean |
LRUMap.removeLRU(AbstractLinkedMap.LinkEntry<K,V> entry)
Subclass method to control removal of the least recently used entry from the map. |
protected void |
LRUMap.reuseMapping(AbstractLinkedMap.LinkEntry<K,V> entry,
int hashIndex,
int hashCode,
K key,
V value)
Reuses an entry by removing it and moving it to a new place in the map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |