public interface Counter extends Statistic
Modifier and Type | Method and Description |
---|---|
long |
decrement()
Decrement the counter.
|
long |
getValue()
Get the current count.
|
long |
increment()
Increment the counter.
|
long |
increment(long i)
Increment the counter by i.
|
formatValue, getKey
long increment()
long decrement()
long getValue()
long increment(long i)
i
- increment.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.