Class TimeOfDaySchedule.Index

  • Enclosing class:
    TimeOfDaySchedule

    protected class TimeOfDaySchedule.Index
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Index​(int position, boolean nextDay, boolean covered)  
    • Constructor Detail

      • Index

        public Index​(int position,
                     boolean nextDay,
                     boolean covered)
    • Method Detail

      • getPosition

        public int getPosition()
      • isNextDay

        public boolean isNextDay()
      • isCovered

        public boolean isCovered()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object