net.java.dev.joode.util
Class RealPointerToPointer

java.lang.Object
  extended by net.java.dev.joode.util.RealPointerToPointer

public class RealPointerToPointer
extends java.lang.Object

Author:
Tom Larkworthy TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
RealPointerToPointer(RealPointer[] data)
           
 
Method Summary
 RealPointer[] getData()
           
 int getIndex()
           
 RealPointer getValue()
           
 RealPointer getValue(int i)
           
 void set(RealPointerToPointer to)
           
 void setData(RealPointer[] data)
           
 void setIndex(int index)
           
 void setValue(int offset, RealPointer val)
           
 void setValue(RealPointer val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealPointerToPointer

public RealPointerToPointer(RealPointer[] data)
Method Detail

getData

public RealPointer[] getData()
Returns:
Returns the data.

setData

public void setData(RealPointer[] data)
Parameters:
data - The data to set.

getIndex

public int getIndex()
Returns:
Returns the index.

setIndex

public void setIndex(int index)
Parameters:
index - The index to set.

getValue

public RealPointer getValue()

getValue

public RealPointer getValue(int i)

setValue

public void setValue(RealPointer val)

setValue

public void setValue(int offset,
                     RealPointer val)

set

public void set(RealPointerToPointer to)