|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.thread.AtomicIntegerAdapter
public class AtomicIntegerAdapter
This class/interface
Constructor Summary | |
---|---|
AtomicIntegerAdapter(int initialValue)
|
Method Summary | |
---|---|
int |
get()
Get the current value. |
int |
incrementAndGet()
Atomically increment by one the current value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomicIntegerAdapter(int initialValue)
Method Detail |
---|
public int get()
IAtomicInteger
get
in interface IAtomicInteger
IAtomicInteger.get()
public int incrementAndGet()
IAtomicInteger
incrementAndGet
in interface IAtomicInteger
IAtomicInteger.incrementAndGet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |