ConcurrentLinkedHashMap |
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
ConcurrentLinkedHashMap.AbstractTask |
A skeletal implementation of the Task interface.
|
ConcurrentLinkedHashMap.Builder |
|
ConcurrentLinkedHashMap.DiscardingListener |
A listener that ignores all notifications.
|
ConcurrentLinkedHashMap.DrainStatus |
The draining status of the buffers.
|
ConcurrentLinkedHashMap.Node |
A node contains the key, the weighted value, and the linkage pointers on
the page-replacement algorithm's data structures.
|
ConcurrentLinkedHashMap.ReadTask |
Updates the node's location in the page replacement policy.
|
ConcurrentLinkedHashMap.Task |
An operation that can be lazily applied to the page replacement policy.
|
ConcurrentLinkedHashMap.WeightedValue |
A value, its weight, and the entry's status.
|
EntryWeigher |
A class that can determine the weight of an entry.
|
EvictionListener |
A listener registered for notification when an entry is evicted.
|
Linked |
An element that is linked on the Deque .
|
LinkedDeque |
Linked list implementation of the Deque interface where the link
pointers are tightly integrated with the element.
|
Weigher |
A class that can determine the weight of a value.
|
Weighers.ByteArrayWeigher |
|
Weighers.CollectionWeigher |
|
Weighers.IterableWeigher |
|
Weighers.ListWeigher |
|
Weighers.MapWeigher |
|
Weighers.SetWeigher |
|
Weighers.SingletonEntryWeigher |
|
Weighers.SingletonWeigher |
|