Package com.googlecode.concurrentlinkedhashmap

Interface Summary
CapacityLimiter A class that can determine the whether an entry should be evicted from the map.
EvictionListener<K,V> A listener registered for notification when an entry is evicted.
Weigher<V> A class that can determine the weight of a value.
 

Class Summary
ConcurrentLinkedHashMap<K,V> A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> A builder that creates ConcurrentLinkedHashMap instances.
Weighers A common set of Weigher implementations.
 



Copyright © 2011. All Rights Reserved.