Package de.gsi.dataset.spi.utils
Class MultiArrayObject.MultiArray1DObject<U>
- java.lang.Object
-
- de.gsi.dataset.spi.utils.MultiArray<U[]>
-
- de.gsi.dataset.spi.utils.MultiArrayObject<U>
-
- de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray1DObject<U>
-
- Enclosing class:
- MultiArrayObject<U>
public static class MultiArrayObject.MultiArray1DObject<U> extends MultiArrayObject<U>
Specialisation for the 1D case to allow for easier and more efficient usage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.gsi.dataset.spi.utils.MultiArrayObject
MultiArrayObject.MultiArray1DObject<U>, MultiArrayObject.MultiArray2DObject<U>
-
-
Field Summary
-
Fields inherited from class de.gsi.dataset.spi.utils.MultiArray
dimensions, elements, offset, strides
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMultiArray1DObject(U[] elements, int[] dimensions, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uget(int index)voidset(int index, U value)-
Methods inherited from class de.gsi.dataset.spi.utils.MultiArrayObject
allocate, equals, get, getStrided, hashCode, set, setStrided, wrap, wrap, wrap, wrap
-
Methods inherited from class de.gsi.dataset.spi.utils.MultiArray
elements, getDimensions, getElementsCount, getIndex, getIndices, getOffset, toString, wrap, wrap, wrap, wrap
-
-