@ExperimentalApi @Immutable public abstract class Point extends Object
TimeSeries.| Modifier and Type | Method and Description |
|---|---|
static Point |
create(Value value,
Timestamp timestamp)
Creates a
Point. |
abstract Timestamp |
getTimestamp()
|
abstract Value |
getValue()
Returns the
Value. |