Uses of Package
com.googlecode.concurrentlinkedhashmap

Classes in com.googlecode.concurrentlinkedhashmap used by com.googlecode.concurrentlinkedhashmap
CapacityLimiter
          A class that can determine the whether an entry should be evicted from the map.
ConcurrentLinkedHashMap
          A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder
          A builder that creates ConcurrentLinkedHashMap instances.
EvictionListener
          A listener registered for notification when an entry is evicted.
Weigher
          A class that can determine the weight of a value.
 



Copyright © 2011. All Rights Reserved.