Uses of Interface
org.docx4j.com.google.common.cache.AbstractCache.StatsCounter
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of AbstractCache.StatsCounter in org.docx4j.com.google.common.cache
Classes in org.docx4j.com.google.common.cache that implement AbstractCache.StatsCounter Modifier and Type Class Description static classAbstractCache.SimpleStatsCounterA thread-safeAbstractCache.StatsCounterimplementation for use byCacheimplementors.Methods in org.docx4j.com.google.common.cache with parameters of type AbstractCache.StatsCounter Modifier and Type Method Description voidAbstractCache.SimpleStatsCounter. incrementBy(AbstractCache.StatsCounter other)Increments all counters by the values inother.