Class Pointer

java.lang.Object
  |
  +--Pointer

public class Pointer
extends java.lang.Object


Field Summary
 int count
           
 Element ptr
           
 
Constructor Summary
Pointer(Element initItem, int initCount)
           
 
Method Summary
 boolean CAS(Pointer localPtr, Element newPtr, int newCount)
           
 void copyTo(Pointer x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptr

public Element ptr

count

public int count
Constructor Detail

Pointer

public Pointer(Element initItem,
               int initCount)
Method Detail

copyTo

public void copyTo(Pointer x)

CAS

public boolean CAS(Pointer localPtr,
                   Element newPtr,
                   int newCount)