Package uk.gov.gchq.gaffer.time
Interface TimeSeries<T>
-
- Type Parameters:
T
- The type of the value associated to timestamps.
- All Known Implementing Classes:
LongTimeSeries
public interface TimeSeries<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(Instant instant)
void
put(Instant instant, T t)
-