Utility classes commonly useful in concurrent programming.
-
Returns a
Set
view of the keys contained in this map.
ConcurrentHashMap.keySet(V mappedValue)
Creates a new
Set
backed by a ConcurrentHashMap
from the given type to
Boolean.TRUE
.
ConcurrentHashMap.newKeySet(int initialCapacity)
Creates a new
Set
backed by a ConcurrentHashMap
from the given type to
Boolean.TRUE
.