| Interface | Description |
|---|---|
| ConcurrentLinkedHashMap.EvictionListener<K,V> |
A listener registered for notification when an entry is evicted.
|
| Class | Description |
|---|---|
| ConcurrentHashSet<E> | |
| ConcurrentLinkedHashMap<K,V> |
A
ConcurrentMap with a doubly-linked list running through its
entries. |
| Enum | Description |
|---|---|
| ConcurrentLinkedHashMap.EvictionPolicy |
The replacement policy to apply to determine which entry to discard to
when the capacity has been reached.
|
Copyright © 2014 Molindo GmbH. All Rights Reserved.