| 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<Long> that uses open addressing values.
|
| LongHashSet.LongIterator
Iterator which supports unboxed access to values.
|
| NodeStore
This interface is meant to encapsulate the usage of
HashMap<ListID, LongObjectHashMap<ElementType>>
The implementation should store the node in such way that you can access it through NodeStore.getNode(String, long) |
| 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 © 2022 The Apache Software Foundation. All rights reserved.