Class Counter
java.lang.Object
com.vividsolutions.jump.util.Counter
A Counter used for example in Maps to count the number of times
an item occurs.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Counter
public Counter() -
Counter
public Counter(int value)
-
-
Method Details
-
getValue
public int getValue() -
increment
public void increment()
-