Uses of Class
org.apache.commons.collections.SequencedHashMap.Entry
Packages that use SequencedHashMap.Entry
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of SequencedHashMap.Entry in org.apache.commons.collections
Fields in org.apache.commons.collections declared as SequencedHashMap.EntryModifier and TypeFieldDescription(package private) SequencedHashMap.EntrySequencedHashMap.Entry.nextprivate SequencedHashMap.EntrySequencedHashMap.OrderedIterator.posHolds the "current" position in the iterator.(package private) SequencedHashMap.EntrySequencedHashMap.Entry.prevprivate SequencedHashMap.EntrySequencedHashMap.sentinelDeprecated.Sentinel used to hold the head and tail of the list of entries.Methods in org.apache.commons.collections that return SequencedHashMap.EntryModifier and TypeMethodDescriptionprivate static final SequencedHashMap.EntrySequencedHashMap.createSentinel()Deprecated.Construct an empty sentinel used to hold the head (sentinel.next) and the tail (sentinel.prev) of the list.private SequencedHashMap.EntrySequencedHashMap.removeImpl(Object key) Deprecated.Fully remove an entry from the map, returning the old entry or null if there was no such entry with the specified key.Methods in org.apache.commons.collections with parameters of type SequencedHashMap.EntryModifier and TypeMethodDescriptionprivate voidSequencedHashMap.insertEntry(SequencedHashMap.Entry entry) Deprecated.Inserts a new internal entry to the tail of the linked list.private voidSequencedHashMap.removeEntry(SequencedHashMap.Entry entry) Deprecated.Removes an internal entry from the linked list.