Class LockFreeSnapshot

java.lang.Object
  |
  +--LockFreeSnapshot

public class LockFreeSnapshot
extends java.lang.Object


Constructor Summary
LockFreeSnapshot()
           
 
Method Summary
 void LockFreeSnapshot(int initN)
           
 SRSW[] readArray()
           
 void writeLoc(int k, int x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockFreeSnapshot

public LockFreeSnapshot()
Method Detail

LockFreeSnapshot

public void LockFreeSnapshot(int initN)

writeLoc

public void writeLoc(int k,
                     int x)

readArray

public SRSW[] readArray()