Package uk.ac.rdg.resc.edal.util
Class ValuesArray1D
- java.lang.Object
-
- uk.ac.rdg.resc.edal.util.Array1D<Number>
-
- uk.ac.rdg.resc.edal.util.ValuesArray1D
-
- All Implemented Interfaces:
Serializable
,Iterable<Number>
,Array<Number>
public class ValuesArray1D extends Array1D<Number>
- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValuesArray1D(int size)
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-