Uses of Class
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
-
Packages that use ConcurrentHashMapV8.KeySetView Package Description org.glassfish.jersey.internal.util.collection 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.KeySetView Modifier and Type Field Description private ConcurrentHashMapV8.KeySetView<K,V>
ConcurrentHashMapV8. keySet
Methods in org.glassfish.jersey.internal.util.collection that return ConcurrentHashMapV8.KeySetView Modifier and Type Method Description ConcurrentHashMapV8.KeySetView<K,V>
ConcurrentHashMapV8. keySet()
Returns aSet
view of the keys contained in this map.ConcurrentHashMapV8.KeySetView<K,V>
ConcurrentHashMapV8. keySet(V mappedValue)
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,java.lang.Boolean>
ConcurrentHashMapV8. newKeySet()
Creates a newSet
backed by a ConcurrentHashMapV8 from the given type toBoolean.TRUE
.static <K> ConcurrentHashMapV8.KeySetView<K,java.lang.Boolean>
ConcurrentHashMapV8. newKeySet(int initialCapacity)
Creates a newSet
backed by a ConcurrentHashMapV8 from the given type toBoolean.TRUE
.
-