public static interface Counters.Counter
Modifier and Type | Method and Description |
---|---|
void |
add(long val)
Adds the given number to this counter.
|
long |
get()
Gets the counter as a long.
|
BigInteger |
getBigInteger()
Gets the counter as a BigInteger.
|
Long |
getLong()
Gets the counter as a Long.
|
void |
increment()
Adds one to this counter.
|
void add(long val)
val
- the value to add.long get()
BigInteger getBigInteger()
Long getLong()
void increment()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics