Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
Packages that use KeyComparatorHashMap.Entry
Package
Description
Common set of Jersey collection classes.
-
Uses of KeyComparatorHashMap.Entry in org.glassfish.jersey.internal.util.collection
Subclasses of KeyComparatorHashMap.Entry in org.glassfish.jersey.internal.util.collectionModifier and TypeClassDescriptionprivate static class
LinkedHashMap entry.Fields in org.glassfish.jersey.internal.util.collection declared as KeyComparatorHashMap.EntryModifier and TypeFieldDescription(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.HashIterator.current
(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.Entry.next
(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.HashIterator.next
(package private) KeyComparatorHashMap.Entry<K,
V>[] KeyComparatorHashMap.table
The table, resized as necessary.Methods in org.glassfish.jersey.internal.util.collection that return KeyComparatorHashMap.EntryModifier and TypeMethodDescription(package private) KeyComparatorHashMap.Entry<K,
V> Returns the entry associated with the specified key in the HashMap.(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.HashIterator.nextEntry()
(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.removeEntryForKey
(Object key) Removes and returns the entry associated with the specified key in the HashMap.(package private) KeyComparatorHashMap.Entry<K,
V> KeyComparatorHashMap.removeMapping
(Object o) Special version of remove for EntrySet.Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorHashMap.EntryModifier and TypeMethodDescription(package private) void
KeyComparatorHashMap.transfer
(KeyComparatorHashMap.Entry<K, V>[] newTable) Transfer all entries from current table to newTable.(package private) void
KeyComparatorLinkedHashMap.transfer
(KeyComparatorHashMap.Entry[] newTable) Transfers all entries to new table array.Constructors in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorHashMap.Entry