| Package | Description |
|---|---|
| org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentHashMapV8<K,V> |
ConcurrentHashMapV8.BaseIterator.map |
(package private) ConcurrentHashMapV8<K,V> |
ConcurrentHashMapV8.MapEntry.map |
(package private) ConcurrentHashMapV8<K,V> |
ConcurrentHashMapV8.CollectionView.map |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMapV8<K,V> |
ConcurrentHashMapV8.CollectionView.getMap()
Returns the map backing this view.
|
| Constructor and Description |
|---|
BaseIterator(ConcurrentHashMapV8.Node<K,V>[] tab,
int size,
int index,
int limit,
ConcurrentHashMapV8<K,V> map) |
CollectionView(ConcurrentHashMapV8<K,V> map) |
EntryIterator(ConcurrentHashMapV8.Node<K,V>[] tab,
int index,
int size,
int limit,
ConcurrentHashMapV8<K,V> map) |
EntrySetView(ConcurrentHashMapV8<K,V> map) |
KeyIterator(ConcurrentHashMapV8.Node<K,V>[] tab,
int index,
int size,
int limit,
ConcurrentHashMapV8<K,V> map) |
KeySetView(ConcurrentHashMapV8<K,V> map,
V value) |
MapEntry(K key,
V val,
ConcurrentHashMapV8<K,V> map) |
ValueIterator(ConcurrentHashMapV8.Node<K,V>[] tab,
int index,
int size,
int limit,
ConcurrentHashMapV8<K,V> map) |
ValuesView(ConcurrentHashMapV8<K,V> map) |