Interface | Description |
---|---|
ConcurrentLongHashMap.EntryProcessor<V> | |
ConcurrentLongHashSet.ConsumerLong | |
ConcurrentSet<E> |
A ConcurrentSet
|
LinkedList<E> | |
LinkedListIterator<E> |
A LinkedListIterator
This iterator allows the last element to be repeated in the next call to hasNext or next
|
PriorityLinkedList<T> |
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. |
Class | Description |
---|---|
ConcurrentHashSet<E> |
A ConcurrentHashSet.
|
ConcurrentLongHashMap<V> |
Map from long to an Object.
|
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.
|
LinkedListImpl<E> |
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<T> | |
PriorityLinkedListImpl<T> |
A priority linked list implementation
|
TypedProperties |
Property Value Conversion.
|
TypedProperties.StringValue | |
TypedProperties.StringValue.ByteBufStringValuePool | |
TypedProperties.TypedPropertiesDecoderPools | |
TypedProperties.TypedPropertiesStringSimpleStringPools |
Copyright © 2018 JBoss by Red Hat. All rights reserved.