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

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

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

Methods in com.google.common.collect with parameters of type CustomConcurrentHashMap.Internals
 void CustomConcurrentHashMap.Strategy.setInternals(CustomConcurrentHashMap.Internals<K,V,E> internals)
          Provides an API for interacting directly with the map's internal entries to this strategy.
 



Copyright © 2007-2009 Google. All Rights Reserved.