| Class | Description |
|---|---|
| ConcurrentLongHashMap<V> |
Map from long to an Object.
|
| ConcurrentLongPairSet |
Concurrent hash set where values are composed of pairs of longs.
|
| ConcurrentLongPairSet.LongPair | |
| ConcurrentOpenHashMap<K,V> |
Concurrent hash map
Provides similar methods as a ConcurrentMap
|
| ConcurrentOpenHashSet<V> |
Concurrent hash set
Provides similar methods as a ConcurrentMap
|
| GrowableArrayBlockingQueue<T> |
This implements a
BlockingQueue backed by an array with no fixed capacity. |
| GrowablePriorityLongPairQueue |
An unbounded priority queue based on a min heap where values are composed of pairs of longs.
|
| GrowablePriorityLongPairQueue.LongPair |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.