Class CompSwap

java.lang.Object
  |
  +--CompSwap

public class CompSwap
extends java.lang.Object


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

Constructor Detail

CompSwap

public CompSwap(int initValue)
Method Detail

compSwapOp

public int compSwapOp(int prevValue,
                      int newValue)