See: Description
Interface | Description |
---|---|
ConcurrentWeakKeyHashMap.ReusableIterator<E> |
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 . |
NonReentrantLock |
A simplistic non-reentrant lock that does not use ownership by thread.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.