程序包 org.meteoinfo.ma
类 ArrayBoolean
- java.lang.Object
-
- ucar.ma2.Array
-
- ucar.ma2.ArrayBoolean
-
- org.meteoinfo.ma.ArrayBoolean
-
public class ArrayBoolean extends ucar.ma2.ArrayBoolean- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 ArrayBoolean(int[] ints)ArrayBoolean(ucar.ma2.Array a)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 doublegetDouble(int i)doublegetDouble(ucar.ma2.Index i)floatgetFloat(int i)floatgetFloat(ucar.ma2.Index i)intgetInt(int i)intgetInt(ucar.ma2.Index i)longgetLong(int i)longgetLong(ucar.ma2.Index i)shortgetShort(int i)shortgetShort(ucar.ma2.Index i)voidsetInt(int i, int value)voidsetInt(ucar.ma2.Index i, int value)voidsetObject(int i, java.lang.Object value)voidsetObject(ucar.ma2.Index i, java.lang.Object value)-
从类继承的方法 ucar.ma2.ArrayBoolean
copyFrom1DJavaArray, copyTo1DJavaArray, createView, get, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getElementType, getObject, getObject, getStorage, set, setBoolean, setBoolean, setByte, setByte, setChar, setChar, setDouble, setDouble, setFloat, setFloat, setLong, setLong, setShort, setShort
-
从类继承的方法 ucar.ma2.Array
arraycopy, copy, copyTo1DJavaArray, copyToNDJavaArray, factory, factory, factory, factory, factory, factory, factoryConstant, flip, get1DJavaArray, getDataAsByteBuffer, getDataAsByteBuffer, getDataAsByteBuffer, getDataType, getIndex, getIndexIterator, getIndexIteratorFast, getIndexPrivate, getRangeIterator, getRank, getShape, getSize, getSizeBytes, hasNext, isConstant, isUnsigned, makeArray, makeArray, makeArray, makeArray, makeArrayRankPlusOne, next, nextBoolean, nextByte, nextChar, nextDouble, nextFloat, nextInt, nextLong, nextShort, permute, reduce, reduce, resetLocalIterator, reshape, reshapeNoCopy, section, section, section, sectionNoReduce, sectionNoReduce, setUnsigned, shapeToString, slice, toString, transpose
-
-
-
-
方法详细资料
-
getInt
public int getInt(ucar.ma2.Index i)
- 覆盖:
getInt在类中ucar.ma2.ArrayBoolean
-
getShort
public short getShort(ucar.ma2.Index i)
- 覆盖:
getShort在类中ucar.ma2.ArrayBoolean
-
getLong
public long getLong(ucar.ma2.Index i)
- 覆盖:
getLong在类中ucar.ma2.ArrayBoolean
-
getFloat
public float getFloat(ucar.ma2.Index i)
- 覆盖:
getFloat在类中ucar.ma2.ArrayBoolean
-
getDouble
public double getDouble(ucar.ma2.Index i)
- 覆盖:
getDouble在类中ucar.ma2.ArrayBoolean
-
getInt
public int getInt(int i)
- 覆盖:
getInt在类中ucar.ma2.ArrayBoolean
-
getShort
public short getShort(int i)
- 覆盖:
getShort在类中ucar.ma2.ArrayBoolean
-
getLong
public long getLong(int i)
- 覆盖:
getLong在类中ucar.ma2.ArrayBoolean
-
getFloat
public float getFloat(int i)
- 覆盖:
getFloat在类中ucar.ma2.ArrayBoolean
-
getDouble
public double getDouble(int i)
- 覆盖:
getDouble在类中ucar.ma2.ArrayBoolean
-
setInt
public void setInt(ucar.ma2.Index i, int value)- 覆盖:
setInt在类中ucar.ma2.ArrayBoolean
-
setInt
public void setInt(int i, int value)- 覆盖:
setInt在类中ucar.ma2.ArrayBoolean
-
setObject
public void setObject(ucar.ma2.Index i, java.lang.Object value)- 覆盖:
setObject在类中ucar.ma2.ArrayBoolean
-
setObject
public void setObject(int i, java.lang.Object value)- 覆盖:
setObject在类中ucar.ma2.ArrayBoolean
-
-