Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry

Uses in package org.apache.commons.collections.map

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
Gets the key at the specified index.
AbstractLinkedMap.LinkEntry
AbstractLinkedMap.LinkEntry

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.