| Interface | Description |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| Class | Description |
|---|---|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a
LinkedHashMap, storing multiple values in a LinkedList. |
| Enum | Description |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
Copyright © 2018. All rights reserved.