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 interfaceCounter.LongCounterMethods in de.xima.fc.common.counter that return Counter Modifier and Type Method Description static 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 Counter Modifier and Type Method Description static <T extends Comparable<T>>
Counter<T>Counters. synchronizedCounter(Counter<T> counter)Creates a newCounterthat wraps the given counter. 
 -