- includes(LocalDateTime) - Method in class ch.bfh.due1.time.pojo.TimeSlotImpl
-
Returns true iff NOT (dateTime < this.start() AND dateTime <
this.end()).
- includes(TimeSlot) - Method in class ch.bfh.due1.time.pojo.TimeSlotImpl
-
Returns true iff this.includes(ts.start()) && this.includes(ts.end()).
- includes(LocalDateTime) - Method in interface ch.bfh.due1.time.TimeSlot
-
Returns true iff NOT (dateTime < this.start() AND dateTime <
this.end()).
- includes(TimeSlot) - Method in interface ch.bfh.due1.time.TimeSlot
-
Returns true iff this.includes(ts.start()) && this.includes(ts.end()).
- isEmpty() - Method in class ch.bfh.due1.time.pojo.TimeSlotImpl
-
Returns true iff start >= end.
- isEmpty() - Method in interface ch.bfh.due1.time.TimeSlot
-
Returns true iff start >= end.