Class RJavaArrayIterator

java.lang.Object
  extended by RJavaArrayIterator
Direct Known Subclasses:
ArrayWrapper, RectangularArrayBuilder, RectangularArraySummary

public abstract class RJavaArrayIterator
extends Object


Field Summary
protected  Object array
           
protected  int[] dimensions
           
protected  int[] dimprod
           
protected  int increment
           
protected  int[] index
           
protected  int nd
           
protected  int position
           
protected  int start
           
 
Constructor Summary
RJavaArrayIterator()
           
RJavaArrayIterator(int d1)
           
RJavaArrayIterator(int[] dimensions)
           
 
Method Summary
 Object getArray()
           
 String getArrayClassName()
           
 int[] getDimensions()
           
protected  boolean hasNext()
           
protected  Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensions

protected int[] dimensions

nd

protected int nd

index

protected int[] index

dimprod

protected int[] dimprod

array

protected Object array

increment

protected int increment

position

protected int position

start

protected int start
Constructor Detail

RJavaArrayIterator

public RJavaArrayIterator()

RJavaArrayIterator

public RJavaArrayIterator(int[] dimensions)

RJavaArrayIterator

public RJavaArrayIterator(int d1)
Method Detail

getArray

public Object getArray()

getArrayClassName

public String getArrayClassName()
Returns:
the class name of the array

getDimensions

public int[] getDimensions()

next

protected Object next()

hasNext

protected boolean hasNext()