Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
-
Packages that use KeyComparatorLinkedHashMap.Entry Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of KeyComparatorLinkedHashMap.Entry in org.glassfish.jersey.internal.util.collection
Fields in org.glassfish.jersey.internal.util.collection declared as KeyComparatorLinkedHashMap.Entry Modifier and Type Field 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
Methods in org.glassfish.jersey.internal.util.collection that return KeyComparatorLinkedHashMap.Entry Modifier and Type Method Description (package private) KeyComparatorLinkedHashMap.Entry<K,V>
KeyComparatorLinkedHashMap.LinkedHashIterator. nextEntry()
Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorLinkedHashMap.Entry Modifier and Type Method Description private void
KeyComparatorLinkedHashMap.Entry. addBefore(KeyComparatorLinkedHashMap.Entry<K,V> existingEntry)
Inserts this entry before the specified existing entry in the list.
-