Modifier and Type | Class and Description |
---|---|
static interface |
Counters.Counter
Counts using a number.
|
static interface |
Counters.PathCounters
Counts files, directories, and sizes, as a visit proceeds.
|
Constructor and Description |
---|
Counters() |
Modifier and Type | Method and Description |
---|---|
static Counters.Counter |
bigIntegerCounter()
Returns a new BigInteger Counter.
|
static Counters.PathCounters |
bigIntegerPathCounters()
Returns a new BigInteger PathCounters.
|
static Counters.Counter |
longCounter()
Returns a new long Counter.
|
static Counters.PathCounters |
longPathCounters()
Returns a new BigInteger PathCounters.
|
public Counters()
public static Counters.Counter bigIntegerCounter()
public static Counters.PathCounters bigIntegerPathCounters()
public static Counters.Counter longCounter()
public static Counters.PathCounters longPathCounters()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.