Frames | No Frames |
Fields of type org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry | |
AbstractLinkedMap.LinkEntry | The entry after this one in the order |
AbstractLinkedMap.LinkEntry | The entry before this one in the order |
AbstractLinkedMap.LinkEntry | Header in the linked list |
AbstractLinkedMap.LinkEntry | The current (last returned) entry |
AbstractLinkedMap.LinkEntry | The next entry |
Methods with parameter type org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry | |
AbstractLinkedMap.LinkEntry | Gets the after field from a LinkEntry . |
AbstractLinkedMap.LinkEntry | Gets the before field from a LinkEntry . |
void | Moves an entry to the MRU position at the end of the list. |
boolean | Subclass method to control removal of the least recently used entry from the map. |
void | LRUMap.reuseMapping(AbstractLinkedMap.LinkEntry entry, int hashIndex, int hashCode, Object key, Object value) Reuses an entry by removing it and moving it to a new place in the map. |
Methods with return type org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry | |
AbstractLinkedMap.LinkEntry | |
AbstractLinkedMap.LinkEntry | Gets the after field from a LinkEntry . |
AbstractLinkedMap.LinkEntry | Gets the before field from a LinkEntry . |
AbstractLinkedMap.LinkEntry | AbstractLinkedMap.getEntry(int index) Gets the key at the specified index. |
AbstractLinkedMap.LinkEntry | |
AbstractLinkedMap.LinkEntry |