Uses of Class
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap

Uses of ConcurrentLinkedHashMap in com.googlecode.concurrentlinkedhashmap
 

Methods in com.googlecode.concurrentlinkedhashmap that return ConcurrentLinkedHashMap
 ConcurrentLinkedHashMap<K,V> ConcurrentLinkedHashMap.Builder.build()
          Creates a new ConcurrentLinkedHashMap instance.
 

Methods in com.googlecode.concurrentlinkedhashmap with parameters of type ConcurrentLinkedHashMap
 boolean CapacityLimiter.hasExceededCapacity(ConcurrentLinkedHashMap<?,?> map)
          Determines whether an entry should be evicted from the specified map.
 



Copyright © 2011. All Rights Reserved.