| BitSetRecyclable |
This this copy of BitSet.
|
| ConcurrentBitSet |
Safe multithreaded version of BitSet.
|
| ConcurrentBitSetRecyclable |
Safe multithreaded version of BitSet and leverage netty recycler.
|
| ConcurrentLongHashMap |
Map from long to an Object.
|
| ConcurrentLongHashMap.Builder |
Builder of ConcurrentLongHashMap.
|
| ConcurrentLongHashMap.EntryProcessor |
Processor for one key-value entry, where the key is long.
|
| ConcurrentLongLongPairHashMap |
Concurrent hash map where both keys and values are composed of pairs of longs.
|
| ConcurrentLongLongPairHashMap.BiConsumerLongPair |
A BiConsumer Long pair.
|
| ConcurrentLongLongPairHashMap.Builder |
Builder of ConcurrentLongLongPairHashMap.
|
| ConcurrentLongLongPairHashMap.LongPair |
A pair of long values.
|
| ConcurrentLongPairSet |
Concurrent hash set where values are composed of pairs of longs.
|
| ConcurrentLongPairSet.Builder |
Builder of ConcurrentLongPairSet.
|
| ConcurrentLongPairSet.LongPair |
Class representing two long values.
|
| ConcurrentLongPairSet.LongPairConsumer |
Represents a function that accepts two long arguments.
|
| ConcurrentOpenHashMap |
Concurrent hash map.
|
| ConcurrentOpenHashMap.Builder |
Builder of ConcurrentOpenHashMap.
|
| ConcurrentOpenHashSet |
Concurrent hash set.
|
| ConcurrentOpenHashSet.Builder |
Builder of ConcurrentOpenHashSet.
|
| GrowablePriorityLongPairQueue.LongPair |
Class representing two long values.
|
| GrowablePriorityLongPairQueue.LongPairConsumer |
Represents a function that accepts two long arguments.
|
| GrowablePriorityLongPairQueue.LongPairPredicate |
Predicate to checks for a key-value pair where both of them have long types.
|
| LongPairRangeSet |
A set comprising zero or more ranges type of key-value pair.
|
| LongPairRangeSet.LongPair |
This class is a simple key-value data structure.
|
| LongPairRangeSet.LongPairConsumer |
Represents a function that accepts two long arguments and produces a result.
|
| LongPairRangeSet.RangeProcessor |
The interface exposing a method for processing of ranges.
|
| LongPairSet |
Hash set where values are composed of pairs of longs.
|
| LongPairSet.LongPairFunction |
Represents a function that accepts two long arguments and produces a result.
|
| LongPairSet.LongPairPredicate |
Predicate to checks for a key-value pair where both of them have long types.
|