Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.Entry.after |
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.Entry.before |
private KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.header
The head of the doubly linked list.
|
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.LinkedHashIterator.lastReturned |
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.LinkedHashIterator.nextEntry |
Modifier and Type | Method and Description |
---|---|
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
KeyComparatorLinkedHashMap.LinkedHashIterator.nextEntry() |
Modifier and Type | Method and Description |
---|---|
private void |
KeyComparatorLinkedHashMap.Entry.addBefore(KeyComparatorLinkedHashMap.Entry<K,V> existingEntry)
Inserts this entry before the specified existing entry in the list.
|