Class TimeWindowSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<TimeWindow>

    public class TimeWindowSet
    extends java.lang.Object
    implements java.lang.Iterable<TimeWindow>, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • addTimeWindow

        public void addTimeWindow​(TimeWindow timeWindow)
      • count

        public int count()
      • getTimeWindowAtIndex

        public TimeWindow getTimeWindowAtIndex​(int index)
      • iterator

        public java.util.Iterator<TimeWindow> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<TimeWindow>
      • removeAllTimeWindows

        public void removeAllTimeWindows()
      • removeTimeWindow

        public void removeTimeWindow​(int idx)
      • removeTimeWindow

        public void removeTimeWindow​(TimeWindow timeWindow)