| Class | Description |
|---|---|
| ConcurrentHashMapWithTimedEviction<K,V> |
A
ConcurrentMapWithTimedEviction which conforms to the
ConcurrentHashMap specification. |
| ConcurrentMapWithTimedEvictionDecorator<K,V> |
A
ConcurrentMapWithTimedEviction implementation which decorates an
existing ConcurrentMap implementation. |
| EvictibleEntry<K,V> |
An evictible map
Map.Entry used by
ConcurrentMapWithTimedEvictionDecorator and other interfaces and
classes in this package. |
Copyright © 2012–2016. All rights reserved.