public class Counters
extends java.lang.Object
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.
|
static Counters.Counter |
noopCounter()
Returns the no-op Counter.
|
static Counters.PathCounters |
noopPathCounters()
Returns the no-op PathCounters.
|
public static Counters.Counter bigIntegerCounter()
public static Counters.PathCounters bigIntegerPathCounters()
public static Counters.Counter longCounter()
public static Counters.PathCounters longPathCounters()
public static Counters.Counter noopCounter()
public static Counters.PathCounters noopPathCounters()
Copyright © 2010 - 2023 Adobe. All Rights Reserved