Class | Description |
---|---|
ConcurrentCache<K,V> | |
ManagedConcurrentWeakHashMap<K,V> |
Concurrent hash map that holds its keys via weak references.
|
SynchronizedStack<T> |
This is intended as a (mostly) GC-free alternative to
ConcurrentLinkedQueue when the requirement is to
create a pool of re-usable objects with no requirement to shrink the pool. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.