|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.multiarray.IndexIterator
ucar.multiarray.OffsetIndexIterator
public class OffsetIndexIterator
An IndexIterator where the lower bound is non-zero.
IndexIterator
Field Summary |
---|
Fields inherited from class ucar.multiarray.IndexIterator |
---|
counter, limits, ncycles |
Constructor Summary | |
---|---|
OffsetIndexIterator(int[] theOffset,
int[] theLimits)
|
Method Summary | |
---|---|
void |
incr()
Increment the odometer |
Methods inherited from class ucar.multiarray.IndexIterator |
---|
advance, equals, isZero, main, notDone, toString, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OffsetIndexIterator(int[] theOffset, int[] theLimits)
Method Detail |
---|
public void incr()
incr
in class IndexIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |