Interface IntervalWindow
-
public interface IntervalWindowIntervalWindow 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.InstantgetEndTime()method to get the end time of the interval windowjava.time.InstantgetStartTime()method to get the start time of the interval window
-