Class BtimeRange


  • public class BtimeRange
    extends java.lang.Object
    Convience class to hold begin and end Btime, along with simple methods to test if another Btime in inside the range.
    • Constructor Detail

      • BtimeRange

        public BtimeRange​(Btime begin,
                          Btime end)
    • Method Detail

      • getBegin

        public Btime getBegin()
      • getEnd

        public Btime getEnd()
      • overlaps

        public boolean overlaps​(Btime btime)
      • overlaps

        public boolean overlaps​(BtimeRange range)