| Package | Description |
|---|---|
| org.apache.directory.api.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) SequencedHashMap.Entry |
SequencedHashMap.Entry.next |
private SequencedHashMap.Entry |
SequencedHashMap.OrderedIterator.pos
Holds the "current" position in the iterator.
|
(package private) SequencedHashMap.Entry |
SequencedHashMap.Entry.prev |
private SequencedHashMap.Entry |
SequencedHashMap.sentinel
Sentinel used to hold the head and tail of the list of entries.
|
| Modifier and Type | Method and Description |
|---|---|
private static SequencedHashMap.Entry |
SequencedHashMap.createSentinel()
Construct an empty sentinel used to hold the head (sentinel.next) and the
tail (sentinel.prev) of the list.
|
private SequencedHashMap.Entry |
SequencedHashMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SequencedHashMap.insertEntry(SequencedHashMap.Entry entry)
Inserts a new internal entry to the tail of the linked list.
|
private void |
SequencedHashMap.removeEntry(SequencedHashMap.Entry entry)
Removes an internal entry from the linked list.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.