类 Index0D
- java.lang.Object
-
- org.meteoinfo.ndarray.Index
-
- org.meteoinfo.ndarray.Index0D
-
-
构造器概要
构造器 构造器 说明 Index0D(int[] shape)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()intcurrentElement()Get the current element's index into the 1D backing array.intincr()Increment the current element by 1.Indexset()
-
-
-
方法详细资料
-
currentElement
public int currentElement()
从类复制的说明:IndexGet the current element's index into the 1D backing array. VLEN stops processing.- 覆盖:
currentElement在类中Index- 返回:
- the current element's index into the 1D backing array.
-
incr
public int incr()
从类复制的说明:IndexIncrement the current element by 1. Used by IndexIterator. General rank, with subclass specialization. Vlen skipped.
-
set
public Index set()
-
-