Uses of Interface
de.xima.fc.common.counter.Counter.LongCounter
-
Packages that use Counter.LongCounter Package Description de.xima.fc.common.collection de.xima.fc.common.counter -
-
Uses of Counter.LongCounter in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return Counter.LongCounter Modifier and Type Method Description Counter.LongCounter
ModCountDeque. modCounter()
Gets the counter that keeps track of the number of modifications made to the deque.Counter.LongCounter
ModCountMap. modCounter()
Returns the modification counter of this map.Counter.LongCounter
ModCountSet. modCounter()
Gets the modification counter.Methods in de.xima.fc.common.collection with parameters of type Counter.LongCounter Modifier and Type Method Description static <V> ModCountDeque<V>
ModCountDeque. wrap(Deque<V> set, Counter.LongCounter modCounter)
Wraps a deque in aModCountDeque
that keeps track of the number of modifications made to it.static <K,V>
ModCountMap<K,V>ModCountMap. wrap(Map<K,V> map, Counter.LongCounter modCounter)
Wraps a map in aModCountMap
that keeps track of the number of modifications made to it.static <V> ModCountSet<V>
ModCountSet. wrap(Set<V> set, Counter.LongCounter modCounter)
Wraps a set in aModCountSet
that keeps track of the number of modifications made to it. -
Uses of Counter.LongCounter in de.xima.fc.common.counter
Methods in de.xima.fc.common.counter that return Counter.LongCounter Modifier and Type Method Description static Counter.LongCounter
Counters. atomicLongCounter()
static Counter.LongCounter
Counters. atomicLongCounter(long initialValue)
static Counter.LongCounter
Counters. longCounter()
static Counter.LongCounter
Counters. longCounter(long initialValue)
static Counter.LongCounter
Counters. synchronizedLongCounter(Counter.LongCounter counter)
Creates a newCounter
that wraps the given counter.Methods in de.xima.fc.common.counter with parameters of type Counter.LongCounter Modifier and Type Method Description static Counter.LongCounter
Counters. synchronizedLongCounter(Counter.LongCounter counter)
Creates a newCounter
that wraps the given counter.
-