Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
-
Packages that use KeyComparatorHashMap.Entry Package Description org.glassfish.jersey.internal.util.collection 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.collection Modifier and Type Class Description private static class
KeyComparatorLinkedHashMap.Entry<K,V>
LinkedHashMap entry.Fields in org.glassfish.jersey.internal.util.collection declared as KeyComparatorHashMap.Entry Modifier and Type Field Description (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.Entry Modifier and Type Method Description (package private) KeyComparatorHashMap.Entry<K,V>
KeyComparatorHashMap. getEntry(K key)
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(java.lang.Object key)
Removes and returns the entry associated with the specified key in the HashMap.(package private) KeyComparatorHashMap.Entry<K,V>
KeyComparatorHashMap. removeMapping(java.lang.Object o)
Special version of remove for EntrySet.Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorHashMap.Entry Modifier and Type Method Description (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 Constructor Description Entry(int h, K k, V v, KeyComparatorHashMap.Entry<K,V> n)
Create new entry.Entry(int hash, K key, V value, KeyComparatorHashMap.Entry<K,V> next)
-