- java.lang.Object
-
- ch.bind.philib.util.Counter
-
public final class Counter extends Object
A simple counter where values can be added or the whole counter be reset.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcount(long value)voidcount(Counter counter)longgetMax()longgetMin()StringgetName()longgetNumCounts()longgetTotal()voidreset()StringtoString()
-
-
-
Constructor Detail
-
Counter
public Counter(String name)
-
-