Uses of Class
org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Packages that use KeyComparatorHashMap
Package
Description
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.collectionModifier and TypeClassDescriptionclassA implementation similar toLinkedHashMapbut supports the comparison of keys using aKeyComparator.Methods in org.glassfish.jersey.internal.util.collection with parameters of type KeyComparatorHashMapModifier and TypeMethodDescription(package private) voidKeyComparatorHashMap.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) voidKeyComparatorLinkedHashMap.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) voidKeyComparatorHashMap.Entry.recordRemoval(KeyComparatorHashMap<K, V> m) This method is invoked whenever the entry is removed from the table.(package private) voidKeyComparatorLinkedHashMap.Entry.recordRemoval(KeyComparatorHashMap<K, V> m)