Uses of Interface
de.xima.fc.common.counter.Counter
Packages that use Counter
-
Uses of Counter in de.xima.fc.common.counter
Subinterfaces of Counter in de.xima.fc.common.counterModifier and TypeInterfaceDescriptionstatic interfaceMethods in de.xima.fc.common.counter that return CounterModifier and TypeMethodDescriptionstatic Counter<BigInteger> Counters.bigIntegerCounter()Creates a newCounterforBigIntegervalues with an initial value of 0.static Counter<BigInteger> Counters.bigIntegerCounter(BigInteger initialValue) Creates a newCounterforBigIntegervalues with the given initial value.static <T extends Comparable<T>>
Counter<T> Counters.counterOfDomain(com.google.common.collect.DiscreteDomain<T> domain, T initialValue) Creates a newCounterfor values of the given domain with the given initial value.static <T extends Comparable<T>>
Counter<T> Counters.synchronizedCounter(Counter<T> counter) Creates a newCounterthat wraps the given counter.Methods in de.xima.fc.common.counter with parameters of type CounterModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
Counter<T> Counters.synchronizedCounter(Counter<T> counter) Creates a newCounterthat wraps the given counter.