Package ucar.ma2
Class SectionIterable.SectionIterator
java.lang.Object
ucar.ma2.SectionIterable.SectionIterator
- Enclosing class:
- SectionIterable
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
next
public int next(int[] index) Get the position in the equivalant 1D array of shape[]- Parameters:
index- if not null, return the current nD index- Returns:
- the current position in a 1D array
-