All Classes and Interfaces
Class
Description
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
A weigher that enforces that the weight falls within a valid range.
A builder that creates
ConcurrentLinkedHashMap
instances.A listener that ignores all notifications.
A queue that discards all additions and is always empty.
The draining status of the buffers.
A proxy that is serialized instead of the map.
An operation that can be lazily applied to the page replacement policy.
A value, its weight, and the entry's status.
A class that can determine the weight of an entry.
A listener registered for notification when an entry is evicted.
An element that is linked on the
Deque
.Linked list implementation of the
Deque
interface where the link
pointers are tightly integrated with the element.A class that can determine the weight of a value.
A common set of
Weigher
and EntryWeigher
implementations.