Package org.rrd4j.core
Class RrdDoubleArray<U extends RrdUpdater<U>>
- java.lang.Object
-
- org.rrd4j.core.RrdPrimitive<U>
-
- org.rrd4j.core.RrdDoubleArray<U>
-
class RrdDoubleArray<U extends RrdUpdater<U>> extends RrdPrimitive<U>
-
-
Field Summary
-
Fields inherited from class org.rrd4j.core.RrdPrimitive
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
-
-
Constructor Summary
Constructors Constructor Description RrdDoubleArray(RrdUpdater<U> updater, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) double
get(int index)
(package private) double[]
get(int index, int count)
(package private) void
set(int index, double value)
(package private) void
set(int index, double value, int count)
-
Methods inherited from class org.rrd4j.core.RrdPrimitive
isCachingAllowed, readBytes, readDouble, readDouble, readDouble, readEnum, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeDouble, writeEnum, writeInt, writeLong, writeString
-
-
-
-
Constructor Detail
-
RrdDoubleArray
RrdDoubleArray(RrdUpdater<U> updater, int length) throws IOException
- Throws:
IOException
-
-
Method Detail
-
set
void set(int index, double value) throws IOException
- Throws:
IOException
-
set
void set(int index, double value, int count) throws IOException
- Throws:
IOException
-
get
double get(int index) throws IOException
- Throws:
IOException
-
get
double[] get(int index, int count) throws IOException
- Throws:
IOException
-
-