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.LongCounterModCountDeque. modCounter()Gets the counter that keeps track of the number of modifications made to the deque.Counter.LongCounterModCountMap. modCounter()Returns the modification counter of this map.Counter.LongCounterModCountSet. 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 aModCountDequethat 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 aModCountMapthat 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 aModCountSetthat 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.LongCounterCounters. atomicLongCounter()static Counter.LongCounterCounters. atomicLongCounter(long initialValue)static Counter.LongCounterCounters. longCounter()static Counter.LongCounterCounters. longCounter(long initialValue)static Counter.LongCounterCounters. synchronizedLongCounter(Counter.LongCounter counter)Creates a newCounterthat wraps the given counter.Methods in de.xima.fc.common.counter with parameters of type Counter.LongCounter Modifier and Type Method Description static Counter.LongCounterCounters. synchronizedLongCounter(Counter.LongCounter counter)Creates a newCounterthat wraps the given counter.
-