Interface IntervalWindow
-
public interface IntervalWindow
IntervalWindow contains methods to get the information for a given interval window.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.Instant
getEndTime()
method to get the end time of the interval windowjava.time.Instant
getStartTime()
method to get the start time of the interval window
-