Package uk.ac.rdg.resc.edal.util
Class ValuesArray2D
- java.lang.Object
-
- uk.ac.rdg.resc.edal.util.Array2D<Number>
-
- uk.ac.rdg.resc.edal.util.ValuesArray2D
-
- All Implemented Interfaces:
Serializable
,Iterable<Number>
,Array<Number>
public class ValuesArray2D extends Array2D<Number>
- Author:
- Guy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValuesArray2D(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.Array2D
getNDim, getShape, getXIndex, getXSize, getYIndex, getYSize, 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
-
-