Uses of Class
java.util.concurrent.ConcurrentHashMap.KeySetView
Packages that use ConcurrentHashMap.KeySetView
-
Uses of ConcurrentHashMap.KeySetView in java.util.concurrent
Methods in java.util.concurrent that return ConcurrentHashMap.KeySetViewModifier and TypeMethodDescriptionConcurrentHashMap.keySet()
Returns aSet
view of the keys contained in this map.Returns aSet
view of the keys in this map, using the given common mapped value for any additions (i.e.,Collection.add(E)
andCollection.addAll(Collection)
).static <K> ConcurrentHashMap.KeySetView<K,
Boolean> ConcurrentHashMap.newKeySet()
Creates a newSet
backed by a ConcurrentHashMap from the given type toBoolean.TRUE
.static <K> ConcurrentHashMap.KeySetView<K,
Boolean> ConcurrentHashMap.newKeySet
(int initialCapacity) Creates a newSet
backed by a ConcurrentHashMap from the given type toBoolean.TRUE
.