@InterfaceAudience.Public @InterfaceStability.Evolving public class Counter extends Object
Counter()
Counter(long initValue)
void
add(long delta)
decrement()
long
get()
increment()
set(long value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Counter()
public Counter(long initValue)
public void add(long delta)
public void increment()
public void decrement()
public void set(long value)
public long get()
public String toString()
toString
Object
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.