Uses of Class
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Packages that use ConcurrentHashMapV8
Package
Description
Common set of Jersey collection classes.
-
Uses of ConcurrentHashMapV8 in org.glassfish.jersey.internal.util.collection
Fields in org.glassfish.jersey.internal.util.collection declared as ConcurrentHashMapV8Modifier and TypeFieldDescription(package private) final ConcurrentHashMapV8<K, V> ConcurrentHashMapV8.BaseIterator.map(package private) final ConcurrentHashMapV8<K, V> ConcurrentHashMapV8.CollectionView.map(package private) final ConcurrentHashMapV8<K, V> ConcurrentHashMapV8.MapEntry.mapMethods in org.glassfish.jersey.internal.util.collection that return ConcurrentHashMapV8Modifier and TypeMethodDescriptionConcurrentHashMapV8.CollectionView.getMap()Returns the map backing this view.Constructors in org.glassfish.jersey.internal.util.collection with parameters of type ConcurrentHashMapV8ModifierConstructorDescription(package private)BaseIterator(ConcurrentHashMapV8.Node<K, V>[] tab, int size, int index, int limit, ConcurrentHashMapV8<K, V> map) (package private)CollectionView(ConcurrentHashMapV8<K, V> map) (package private)EntryIterator(ConcurrentHashMapV8.Node<K, V>[] tab, int index, int size, int limit, ConcurrentHashMapV8<K, V> map) (package private)EntrySetView(ConcurrentHashMapV8<K, V> map) (package private)KeyIterator(ConcurrentHashMapV8.Node<K, V>[] tab, int index, int size, int limit, ConcurrentHashMapV8<K, V> map) (package private)KeySetView(ConcurrentHashMapV8<K, V> map, V value) (package private)(package private)ValueIterator(ConcurrentHashMapV8.Node<K, V>[] tab, int index, int size, int limit, ConcurrentHashMapV8<K, V> map) (package private)ValuesView(ConcurrentHashMapV8<K, V> map)