Package ucar.ma2
Class ArrayObject.D3
- java.lang.Object
-
- ucar.ma2.Array
-
- ucar.ma2.ArrayObject
-
- ucar.ma2.ArrayObject.D3
-
- Enclosing class:
- ArrayObject
public static class ArrayObject.D3 extends ArrayObject
Concrete implementation of Array specialized for Objects, rank 3.
-
-
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
-
-
Field Summary
-
Fields inherited from class ucar.ma2.ArrayObject
elementType, isVlen, storage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(int i, int j, int k)
get the value.void
set(int i, int j, int k, Object value)
set the value.-
Methods inherited from class ucar.ma2.ArrayObject
copy, copyFrom1DJavaArray, copyTo1DJavaArray, createView, 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, setShort
-
Methods 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
-
-