class RrdDoubleArray extends RrdPrimitive
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH| コンストラクタ | 説明 |
|---|---|
RrdDoubleArray(RrdUpdater updater,
int length) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
(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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCachingAllowed, readBytes, readDouble, readDouble, readDouble, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeInt, writeLong, writeStringRrdDoubleArray(RrdUpdater updater, int length) throws java.io.IOException
java.io.IOExceptionvoid set(int index,
double value)
throws java.io.IOException
java.io.IOExceptionvoid set(int index,
double value,
int count)
throws java.io.IOException
java.io.IOExceptiondouble get(int index)
throws java.io.IOException
java.io.IOExceptiondouble[] get(int index,
int count)
throws java.io.IOException
java.io.IOException