public class CounterHolder extends Object
CounterHolder(long initValue, long rangeMax)
long
addAndGet(long delta)
getCurrentValue()
getRangeMax()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CounterHolder(long initValue, long rangeMax)
public long addAndGet(long delta)
public long getCurrentValue()
public long getRangeMax()