Uses of Class
org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
Packages that use AbstractLinkedMap.LinkEntry
Package
Description
-
Uses of AbstractLinkedMap.LinkEntry in org.apache.commons.collections.map
Fields in org.apache.commons.collections.map declared as AbstractLinkedMap.LinkEntryModifier and TypeFieldDescriptionprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.afterThe entry after this one in the orderprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.beforeThe entry before this one in the orderprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.headerHeader in the linked listprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.lastThe current (last returned) entryprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.nextThe next entryMethods in org.apache.commons.collections.map that return AbstractLinkedMap.LinkEntryModifier and TypeMethodDescriptionprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.currentEntry()protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) Gets theafterfield from aLinkEntry.protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) Gets thebeforefield from aLinkEntry.protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.getEntry(int index) Gets the key at the specified index.protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.nextEntry()protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.previousEntry()Methods in org.apache.commons.collections.map with parameters of type AbstractLinkedMap.LinkEntryModifier and TypeMethodDescriptionprotected AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) Gets theafterfield from aLinkEntry.protected AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) Gets thebeforefield from aLinkEntry.protected voidLRUMap.moveToMRU(AbstractLinkedMap.LinkEntry entry) Moves an entry to the MRU position at the end of the list.protected booleanLRUMap.removeLRU(AbstractLinkedMap.LinkEntry entry) Subclass method to control removal of the least recently used entry from the map.protected voidLRUMap.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.