Class Counters.LongCounter

java.lang.Object
org.apache.commons.io.file.Counters.LongCounter
All Implemented Interfaces:
Counters.Counter
Enclosing class:
Counters

private static final class Counters.LongCounter extends Object implements Counters.Counter
Counts using a long number.
  • Field Details

    • value

      private long value
  • Constructor Details

    • LongCounter

      private LongCounter()
  • Method Details