See: Description
| Interface | Description |
|---|---|
| ConcurrentWeakKeyHashMap.ReusableIterator<E> | |
| ParallelIterableMap<K,V> |
Map implementing this interface provide a mechanism for parallel key/value iteration.
|
| Class | Description |
|---|---|
| ConcurrentHashSet<E> |
A simple Set implementation backed by a
ConcurrentHashMap to deal with the fact that the
JDK does not have a proper concurrent Set implementation that uses efficient lock striping. |
| ConcurrentWeakKeyHashMap<K,V> |
An alternative weak-key
ConcurrentMap which is similar to ConcurrentHashMap. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.