Home
last modified time | relevance | path

Searched refs:NoopPathCounters (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DCounters.java351 private static final class NoopPathCounters extends AbstractPathCounters { class in Counters
353 static final NoopPathCounters INSTANCE = new NoopPathCounters();
358 private NoopPathCounters() { in NoopPathCounters() method in Counters.NoopPathCounters
452 return NoopPathCounters.INSTANCE; in noopPathCounters()