Uses of Interface
com.google.common.collect.CustomConcurrentHashMap.ComputingStrategy

Packages that use CustomConcurrentHashMap.ComputingStrategy
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of CustomConcurrentHashMap.ComputingStrategy in com.google.common.collect
 

Methods in com.google.common.collect with parameters of type CustomConcurrentHashMap.ComputingStrategy
<K,V,E> java.util.concurrent.ConcurrentMap<K,V>
CustomConcurrentHashMap.Builder.buildComputingMap(CustomConcurrentHashMap.ComputingStrategy<K,V,E> strategy, Function<? super K,? extends V> computer)
          Creates a ConcurrentMap, backed by the given strategy, that supports atomic, on-demand computation of values.
 



Copyright © 2007-2009 Google. All Rights Reserved.