Class ConcurrentHashMapV8.EntrySetView<K,V>

java.lang.Object
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView<K,V,Map.Entry<K,V>>
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView<K,V>
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
ConcurrentHashMapV8<K,V>

static final class ConcurrentHashMapV8.EntrySetView<K,V> extends ConcurrentHashMapV8.CollectionView<K,V,Map.Entry<K,V>> implements Set<Map.Entry<K,V>>, Serializable
A view of a ConcurrentHashMapV8 as a Set of (key, value) entries. This class cannot be directly instantiated. See ConcurrentHashMapV8.entrySet().