Class Counter

java.lang.Object
com.vividsolutions.jump.util.Counter

public class Counter extends Object
A Counter used for example in Maps to count the number of times an item occurs.
  • Constructor Details

    • Counter

      public Counter()
    • Counter

      public Counter(int value)
  • Method Details

    • getValue

      public int getValue()
    • increment

      public void increment()