Package org.apache.axis2.util
Class Counter
java.lang.Object
org.apache.axis2.util.Counter
This class provides a simple zero-based counter with synchronized access.
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
incrementAndGet
public long incrementAndGet() -
decrementAndGet
public long decrementAndGet() -
reset
public void reset() -
get
public long get()
-