Package org.apache.commons.io.file
Class Counters.BigIntegerPathCounters
- java.lang.Object
-
- org.apache.commons.io.file.Counters.AbstractPathCounters
-
- org.apache.commons.io.file.Counters.BigIntegerPathCounters
-
- All Implemented Interfaces:
Counters.PathCounters
- Enclosing class:
- Counters
private static class Counters.BigIntegerPathCounters extends Counters.AbstractPathCounters
Counts files, directories, and sizes, as a visit proceeds, using BigInteger numbers.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BigIntegerPathCounters()
Constructs a new initialized instance.
-
Method Summary
-
Methods inherited from class org.apache.commons.io.file.Counters.AbstractPathCounters
equals, getByteCounter, getDirectoryCounter, getFileCounter, hashCode, toString
-
-