Class TestAndSet

java.lang.Object
  |
  +--TestAndSet

public class TestAndSet
extends java.lang.Object


Constructor Summary
TestAndSet()
           
 
Method Summary
 int testAndSet(int newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAndSet

public TestAndSet()
Method Detail

testAndSet

public int testAndSet(int newValue)