public abstract class RJavaArrayIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
array |
protected int[] |
dimensions |
protected int[] |
dimprod |
protected int |
increment |
protected int[] |
index |
protected int |
nd |
protected int |
position |
protected int |
start |
Constructor and Description |
---|
RJavaArrayIterator() |
RJavaArrayIterator(int d1) |
RJavaArrayIterator(int[] dimensions) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArray() |
java.lang.String |
getArrayClassName() |
int[] |
getDimensions() |
protected boolean |
hasNext() |
protected java.lang.Object |
next() |
protected int[] dimensions
protected int nd
protected int[] index
protected int[] dimprod
protected java.lang.Object array
protected int increment
protected int position
protected int start