Uses of Interface
com.google.common.cache.AbstractCache.StatsCounter

Packages that use AbstractCache.StatsCounter
com.google.common.cache This package contains caching utilities. 
 

Uses of AbstractCache.StatsCounter in com.google.common.cache
 

Classes in com.google.common.cache that implement AbstractCache.StatsCounter
static class AbstractCache.SimpleStatsCounter
          A thread-safe AbstractCache.StatsCounter implementation for use by Cache implementors.
 

Methods in com.google.common.cache with parameters of type AbstractCache.StatsCounter
 void AbstractCache.SimpleStatsCounter.incrementBy(AbstractCache.StatsCounter other)
          Increments all counters by the values in other.
 



Copyright © 2010-2012. All Rights Reserved.