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 Tget(Instant instant)voidput(Instant instant, T t)
-