Uses of Class
org.apache.directory.api.util.SequencedHashMap.MapEntry
-
Packages that use SequencedHashMap.MapEntry Package Description org.apache.directory.api.util -
-
Uses of SequencedHashMap.MapEntry in org.apache.directory.api.util
Fields in org.apache.directory.api.util declared as SequencedHashMap.MapEntry Modifier and Type Field Description (package private) SequencedHashMap.MapEntrySequencedHashMap.MapEntry. nextprivate SequencedHashMap.MapEntrySequencedHashMap.OrderedIterator. posHolds the "current" position in the iterator.(package private) SequencedHashMap.MapEntrySequencedHashMap.MapEntry. prevprivate SequencedHashMap.MapEntrySequencedHashMap. sentinelSentinel used to hold the head and tail of the list of entries.Methods in org.apache.directory.api.util that return SequencedHashMap.MapEntry Modifier and Type Method Description private static SequencedHashMap.MapEntrySequencedHashMap. createSentinel()Construct an empty sentinel used to hold the head (sentinel.next) and the tail (sentinel.prev) of the list.private SequencedHashMap.MapEntrySequencedHashMap. removeImpl(Object key)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.directory.api.util with parameters of type SequencedHashMap.MapEntry Modifier and Type Method Description private voidSequencedHashMap. insertEntry(SequencedHashMap.MapEntry entry)Inserts a new internal entry to the tail of the linked list.private voidSequencedHashMap. removeEntry(SequencedHashMap.MapEntry entry)Removes an internal entry from the linked list.
-