| Interface | Description |
|---|---|
| DataArray |
An interface representing an immutable wrapper around an array of primitive
double values. |
| IntervalArray |
An array of immutable, double-valued data that is arranged according to
increasing and uniformly spaced double-valued keys.
|
| IntervalArray.Loader |
A supplier of values with which to fill an
IntervalArray. |
| IntervalTable |
A 2-dimensional table of immutable, double-valued data that is arranged
according to increasing and uniformly spaced double-valued keys.
|
| IntervalTable.Loader |
A supplier of values with which to fill a
IntervalTable. |
| IntervalVolume |
A 3-dimensional volume of immutable, double-valued data that is arranged
according to increasing and uniformly spaced double-valued keys.
|
| IntervalVolume.Loader |
A supplier of values with which to fill a
IntervalVolume. |
| XyPoint |
Wrapper interface for xy-value data pairs.
|
| Class | Description |
|---|---|
| Data |
Utilities for operating on
double-valued data. |
| DataArray.Builder |
A
DataArray builder. |
| Indexing |
Utilities pertaining to the creation, calculation, and derivation of data
indices.
|
| Interpolate | Deprecated |
| Interpolator |
Utility class to perform linear and log interpolations.
|
| Interpolator.Builder | |
| IntervalArray.Builder |
A builder of immutable
IntervalArrays. |
| IntervalData |
Static utilities for working with and concrete implementations of 1-, 2- and
3-dimensional interval data containers.
|
| IntervalTable.Builder |
A builder of immutable
IntervalTables. |
| IntervalVolume.Builder |
A builder of immutable
IntervalVolumes. |
| RegularDataArray | |
| XySequence |
Sequence of xy-value pairs that is iterable ascending in x.
|