| Package | Description |
|---|---|
| com.toolsverse.util.concurrentlinkedhashmap |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
| Class and Description |
|---|
| ConcurrentHashMapV8
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
| ConcurrentHashMapV8.Action
Interface describing a void action of one argument
|
| ConcurrentHashMapV8.BaseIterator
Base of key, value, and entry Iterators.
|
| ConcurrentHashMapV8.BiAction
Interface describing a void action of two arguments
|
| ConcurrentHashMapV8.BiFun
Interface describing a function of two arguments
|
| ConcurrentHashMapV8.CollectionView
Base class for views.
|
| ConcurrentHashMapV8.ConcurrentHashMapSpliterator
An object for traversing and partitioning elements of a source.
|
| ConcurrentHashMapV8.CounterHashCode
Holder for the thread-local hash code determining which
CounterCell to use.
|
| ConcurrentHashMapV8.Fun
Interface describing a function of one argument
|
| ConcurrentHashMapV8.KeySetView
A view of a ConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
| ConcurrentHashMapV8.Node
Key-value entry.
|
| ConcurrentHashMapV8.Traverser
Encapsulates traversal for methods such as containsValue; also
serves as a base class for other iterators and spliterators.
|
| ConcurrentHashMapV8.TreeNode
Nodes for use in TreeBins
|
| ConcurrentLinkedHashMap
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
| ConcurrentLinkedHashMap.Builder
A builder that creates
ConcurrentLinkedHashMap instances. |
| 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.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 |
Copyright © 2010-2020 Toolsverse. All Rights Reserved.