| Class and Description |
|---|
| TypedProperties
Property Value Conversion.
|
| Class and Description |
|---|
| ConcurrentLongHashMap.EntryProcessor |
| ConcurrentLongHashSet
Concurrent hash set for primitive longs
Provides similar methods as a ConcurrentSet<Long> but since it's an open hash map with linear probing, no node
allocations are required to store the values.
|
| ConcurrentLongHashSet.ConsumerLong |
| ConcurrentSet
A ConcurrentSet
|
| LinkedList |
| LinkedListImpl
A linked list implementation which allows multiple iterators to exist at the same time on the queue, and which see any
elements added or removed from the queue either directly or via iterators.
|
| LinkedListImpl.Node |
| LinkedListIterator
A LinkedListIterator
This iterator allows the last element to be repeated in the next call to hasNext or next
|
| LongHashSet
A hash set implementation of
Set that uses open addressing values. |
| LongHashSet.LongIterator
Iterator which supports unboxed access to values.
|
| PriorityLinkedList
A type of linked list which maintains items according to a priority
and allows adding and removing of elements at both ends, and peeking.
Only PriorityLinkedList.size() and PriorityLinkedList.isEmpty() are safe to be called concurrently. |
| RepeatableIterator |
| ResettableIterator |
| TypedProperties.StringValue |
| TypedProperties.StringValue.ByteBufStringValuePool |
| TypedProperties.TypedPropertiesDecoderPools |
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.