Uses of Interface
de.xima.fc.common.counter.Counter
-
Packages that use Counter Package Description de.xima.fc.common.counter -
-
Uses of Counter in de.xima.fc.common.counter
Subinterfaces of Counter in de.xima.fc.common.counter Modifier and Type Interface Description static interface
Counter.LongCounter
Methods in de.xima.fc.common.counter that return Counter Modifier and Type Method Description static Counter<BigInteger>
Counters. bigIntegerCounter()
Creates a newCounter
forBigInteger
values with an initial value of 0.static Counter<BigInteger>
Counters. bigIntegerCounter(BigInteger initialValue)
Creates a newCounter
forBigInteger
values 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 newCounter
for values of the given domain with the given initial value.static <T extends Comparable<T>>
Counter<T>Counters. synchronizedCounter(Counter<T> counter)
Creates a newCounter
that wraps the given counter.Methods in de.xima.fc.common.counter with parameters of type Counter Modifier and Type Method Description static <T extends Comparable<T>>
Counter<T>Counters. synchronizedCounter(Counter<T> counter)
Creates a newCounter
that wraps the given counter.
-