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

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

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

Subinterfaces of CustomConcurrentHashMap.Strategy in com.google.common.collect
static interface CustomConcurrentHashMap.ComputingStrategy<K,V,E>
          Extends CustomConcurrentHashMap.Strategy to add support for computing values on-demand.
 

Methods in com.google.common.collect with parameters of type CustomConcurrentHashMap.Strategy
<K,V,E> java.util.concurrent.ConcurrentMap<K,V>
CustomConcurrentHashMap.Builder.buildMap(CustomConcurrentHashMap.Strategy<K,V,E> strategy)
          Creates a new concurrent hash map backed by the given strategy.
 



Copyright © 2007-2009 Google. All Rights Reserved.