Uses of Class
com.gengoai.collection.counter.BaseMultiCounter
-
Packages that use BaseMultiCounter Package Description com.gengoai.collection.counter Contains implementations for Counters and MultiCounters that are specialized object-double and object-object-double maps. -
-
Uses of BaseMultiCounter in com.gengoai.collection.counter
Subclasses of BaseMultiCounter in com.gengoai.collection.counter Modifier and Type Class Description class
ConcurrentHashMapMultiCounter<K,V>
Implementation of a MultiCounter using a ConcurrentHashMaps withConcurrentHashMapCounter
as the child counters..class
HashMapMultiCounter<K,V>
Implementation of a MultiCounter using a HashMaps.
-