Package ucar.ma2
Class ArrayObject.D2
java.lang.Object
ucar.ma2.Array
ucar.ma2.ArrayObject
ucar.ma2.ArrayObject.D2
- Enclosing class:
- ArrayObject
Concrete implementation of Array specialized for Objects, rank 2.
-
Nested Class Summary
Nested classes/interfaces inherited from class ucar.ma2.ArrayObject
ArrayObject.D0, ArrayObject.D1, ArrayObject.D2, ArrayObject.D3, ArrayObject.D4, ArrayObject.D5, ArrayObject.D6, ArrayObject.D7 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.ma2.ArrayObject
copy, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getElementType, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getShort, getShort, getStorage, isVlen, setBoolean, setBoolean, setByte, setByte, setChar, setChar, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLong, setLong, setObject, setObject, setShort, setShortMethods inherited from class ucar.ma2.Array
arraycopy, copyTo1DJavaArray, copyToNDJavaArray, factory, factory, factory, factory, factoryConstant, factoryCopy, flip, get1DJavaArray, get1DJavaArray, getDataAsByteBuffer, getDataAsByteBuffer, getDataAsByteBuffer, getDataType, getIndex, getIndexIterator, getRangeIterator, getRank, getShape, getSize, getSizeBytes, hasNext, isConstant, isUnsigned, makeArray, makeArray, makeArray, makeArrayRankPlusOne, makeFromJavaArray, makeFromJavaArray, makeObjectArray, makeVlenArray, next, nextBoolean, nextByte, nextChar, nextDouble, nextFloat, nextInt, nextLong, nextShort, permute, reduce, reduce, resetLocalIterator, reshape, reshapeNoCopy, section, section, section, sectionNoReduce, sectionNoReduce, shapeToString, slice, toString, transpose
-
Constructor Details
-
D2
Constructor for array of shape {len0,len1}.
-
-
Method Details
-
get
get the value. -
set
set the value.
-