Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Packages that use KeyComparatorHashMap Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of KeyComparatorHashMap in org.glassfish.jersey.internal.util.collection
Subclasses of KeyComparatorHashMap in org.glassfish.jersey.internal.util.collection Modifier and Type Class Description class
KeyComparatorLinkedHashMap<K,V>
A implementation similar toLinkedHashMap
but supports the comparison of keys using aKeyComparator
.Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorHashMap Modifier and Type Method Description (package private) void
KeyComparatorHashMap.Entry. recordAccess(KeyComparatorHashMap<K,V> m)
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the HashMap.(package private) void
KeyComparatorLinkedHashMap.Entry. recordAccess(KeyComparatorHashMap<K,V> m)
This method is invoked by the superclass whenever the value of a pre-existing entry is read by Map.get or modified by Map.set.(package private) void
KeyComparatorHashMap.Entry. recordRemoval(KeyComparatorHashMap<K,V> m)
This method is invoked whenever the entry is removed from the table.(package private) void
KeyComparatorLinkedHashMap.Entry. recordRemoval(KeyComparatorHashMap<K,V> m)
-