| 接口 | 说明 |
|---|---|
| MyConcurrentHashMap.IValueFactory<V> |
Interface for constructing new values on demand
|
| 类 | 说明 |
|---|---|
| AtomicBitSet |
Atomic and concurrent implementation of a BitSet.
|
| BlackHoleCollection<E> |
This collection does nothing.
|
| ConcurrentCountingMap<T> |
A map that associates an element with a number.
|
| ConcurrentHashSet<E> |
Multithreaded version of a hash set
|
| ConcurrentIdentityHashMap<K,V> | |
| ConcurrentIdentityHashMultiMap<K,V> |
A concurrent version of the
HashMultiMap that uses object identity
for comparison |
| IdentityPair<K,V> |
Pair class that uses object identities for equals() and hashCode()
|
| MutableTwoElementSet<E> |
An modifiable set holding up to two elements.
|
| MyConcurrentHashMap<K,V> | |
| WeakConcurrentHashSet<E> |
HashSet with weak keys
|
| 枚举 | 说明 |
|---|---|
| ConcurrentCountingMap.LockingMode |
Copyright © 2022 Fraunhofer SIT. All rights reserved.