Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
Packages that use KeyComparatorLinkedHashMap.Entry
Package
Description
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.EntryModifier and TypeFieldDescription(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.EntryModifier and TypeMethodDescription(package private) KeyComparatorLinkedHashMap.Entry
<K, V> KeyComparatorLinkedHashMap.LinkedHashIterator.nextEntry()
Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorLinkedHashMap.EntryModifier and TypeMethodDescriptionprivate void
KeyComparatorLinkedHashMap.Entry.addBefore
(KeyComparatorLinkedHashMap.Entry<K, V> existingEntry) Inserts this entry before the specified existing entry in the list.