| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | RrdDouble<U extends RrdUpdater<U>>RRD double primitive type. |
(package private) class | RrdDoubleArray<U extends RrdUpdater<U>>RRD primitive type for handling arrays of double values. |
(package private) class | RrdDoubleMatrix<U extends RrdUpdater<U>>RRD primitive type for handling matrices of double values. |
(package private) class | RrdEnum<U extends RrdUpdater<U>,E extends Enum<E>>RRD primitive type for handling enum values. |
(package private) class | RrdInt<U extends RrdUpdater<U>>RRD integer primitive type. |
(package private) class | RrdLong<U extends RrdUpdater<U>>RRD primitive type for handling long integer values. |
(package private) class | RrdString<U extends RrdUpdater<U>>RRD primitive type for handling string values. |