Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyComparatorLinkedHashMap<K,V>
A implementation similar to
LinkedHashMap but supports the
comparison of keys using a KeyComparator . |
Modifier and Type | Method and Description |
---|---|
(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.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.recordRemoval(KeyComparatorHashMap<K,V> m) |
(package private) void |
KeyComparatorHashMap.Entry.recordRemoval(KeyComparatorHashMap<K,V> m)
This method is invoked whenever the entry is
removed from the table.
|