Package uk.ac.rdg.resc.edal.util
Class ValuesArray4D
- java.lang.Object
-
- uk.ac.rdg.resc.edal.util.Array4D<Number>
-
- uk.ac.rdg.resc.edal.util.ValuesArray4D
-
-
Constructor Summary
Constructors Constructor Description ValuesArray4D(int tSize, int zSize, int ySize, int xSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number
get(int... coords)
Gets a value from the arrayvoid
set(Number value, int... coords)
Sets a value in the array (optional operation)-
Methods inherited from class uk.ac.rdg.resc.edal.util.Array4D
getNDim, getShape, getTIndex, getTSize, getXIndex, getXSize, getYIndex, getYSize, getZIndex, getZSize, iterator, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-