Uses of Interface
de.xima.fc.common.counter.Counter.LongCounter
Packages that use Counter.LongCounter
-
Uses of Counter.LongCounter in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return Counter.LongCounterModifier and TypeMethodDescriptionModCountDeque.modCounter()Gets the counter that keeps track of the number of modifications made to the deque.ModCountMap.modCounter()Returns the modification counter of this map.ModCountSet.modCounter()Gets the modification counter.Methods in de.xima.fc.common.collection with parameters of type Counter.LongCounterModifier and TypeMethodDescriptionstatic <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.LongCounterModifier and TypeMethodDescriptionstatic 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.LongCounterModifier and TypeMethodDescriptionstatic Counter.LongCounterCounters.synchronizedLongCounter(Counter.LongCounter counter) Creates a newCounterthat wraps the given counter.