程序包 org.meteoinfo.ma

类 ArrayBoolean


  • public class ArrayBoolean
    extends ucar.ma2.ArrayBoolean
    作者:
    Yaqiang Wang
    • 嵌套类概要

      • 从类继承的嵌套类/接口 ucar.ma2.ArrayBoolean

        ucar.ma2.ArrayBoolean.D0, ucar.ma2.ArrayBoolean.D1, ucar.ma2.ArrayBoolean.D2, ucar.ma2.ArrayBoolean.D3, ucar.ma2.ArrayBoolean.D4, ucar.ma2.ArrayBoolean.D5, ucar.ma2.ArrayBoolean.D6, ucar.ma2.ArrayBoolean.D7
    • 字段概要

      • 从类继承的字段 ucar.ma2.ArrayBoolean

        storage
      • 从类继承的字段 ucar.ma2.Array

        indexCalc, rank, unsigned
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      double getDouble​(int i)  
      double getDouble​(ucar.ma2.Index i)  
      float getFloat​(int i)  
      float getFloat​(ucar.ma2.Index i)  
      int getInt​(int i)  
      int getInt​(ucar.ma2.Index i)  
      long getLong​(int i)  
      long getLong​(ucar.ma2.Index i)  
      short getShort​(int i)  
      short getShort​(ucar.ma2.Index i)  
      void setInt​(int i, int value)  
      void setInt​(ucar.ma2.Index i, int value)  
      void setObject​(int i, java.lang.Object value)  
      void setObject​(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
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • ArrayBoolean

        public ArrayBoolean​(int[] ints)
      • ArrayBoolean

        public ArrayBoolean​(ucar.ma2.Array a)
    • 方法详细资料

      • 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