Package net.sf.saxon.om
Class AtomicCounter
java.lang.Object
net.sf.saxon.om.AtomicCounter
An integer that can be incremented atomically with thread safety
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomicCounter
public AtomicCounter(int initialValue)
-
-
Method Details
-
getAndIncrement
public long getAndIncrement() -
incrementAndGet
public long incrementAndGet() -
get
public long get()
-