Uses of Class
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
Packages that use ConcurrentHashMapV8.KeySetView
Package
Description
Common set of Jersey collection classes.
-
Uses of ConcurrentHashMapV8.KeySetView in org.glassfish.jersey.internal.util.collection
Fields in org.glassfish.jersey.internal.util.collection declared as ConcurrentHashMapV8.KeySetViewModifier and TypeFieldDescriptionprivate ConcurrentHashMapV8.KeySetView<K,
V> ConcurrentHashMapV8.keySet
Methods in org.glassfish.jersey.internal.util.collection that return ConcurrentHashMapV8.KeySetViewModifier and TypeMethodDescriptionConcurrentHashMapV8.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> ConcurrentHashMapV8.KeySetView<K,
Boolean> ConcurrentHashMapV8.newKeySet()
Creates a newSet
backed by a ConcurrentHashMapV8 from the given type toBoolean.TRUE
.static <K> ConcurrentHashMapV8.KeySetView<K,
Boolean> ConcurrentHashMapV8.newKeySet
(int initialCapacity) Creates a newSet
backed by a ConcurrentHashMapV8 from the given type toBoolean.TRUE
.