Package ucar.nc2.iosp
Class IndexLong
java.lang.Object
ucar.nc2.iosp.IndexLong
Uses longs for indexing, otherwise similar to ucar.ma2.Index
- Since:
- Jul 30, 2010
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexLong
public IndexLong() -
IndexLong
public IndexLong(int[] _shape, long[] _stride)
-
-
Method Details
-
computeSize
public static long computeSize(int[] shape) -
incr
public long incr() -
currentElement
public long currentElement()
-