All Classes Interface Summary Class Summary Enum Summary
Class |
Description |
ConcurrentLinkedHashMap<K,V> |
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
ConcurrentLinkedHashMap.BoundedEntryWeigher<K,V> |
A weigher that enforces that the weight falls within a valid range.
|
ConcurrentLinkedHashMap.Builder<K,V> |
|
ConcurrentLinkedHashMap.DiscardingListener |
A listener that ignores all notifications.
|
ConcurrentLinkedHashMap.DiscardingQueue |
A queue that discards all additions and is always empty.
|
ConcurrentLinkedHashMap.DrainStatus |
The draining status of the buffers.
|
ConcurrentLinkedHashMap.SerializationProxy<K,V> |
A proxy that is serialized instead of the map.
|
ConcurrentLinkedHashMap.Task |
An operation that can be lazily applied to the page replacement policy.
|
ConcurrentLinkedHashMap.WeightedValue<V> |
A value, its weight, and the entry's status.
|
EntryWeigher<K,V> |
A class that can determine the weight of an entry.
|
EvictionListener<K,V> |
A listener registered for notification when an entry is evicted.
|
Linked<T extends Linked<T>> |
An element that is linked on the Deque .
|
LinkedDeque<E extends Linked<E>> |
Linked list implementation of the Deque interface where the link
pointers are tightly integrated with the element.
|
Weigher<V> |
A class that can determine the weight of a value.
|
Weighers |
|
Weighers.ByteArrayWeigher |
|
Weighers.CollectionWeigher |
|
Weighers.EntryWeigherView<K,V> |
|
Weighers.IterableWeigher |
|
Weighers.ListWeigher |
|
Weighers.MapWeigher |
|
Weighers.SetWeigher |
|
Weighers.SingletonEntryWeigher |
|
Weighers.SingletonWeigher |
|