Uses of Record Class
de.gustavblass.fsu.fmi.roombooking.model.room.schedule.TimespanOverlapItem
Packages that use TimespanOverlapItem
Package
Description
-
Uses of TimespanOverlapItem in de.gustavblass.fsu.fmi.roombooking.model.room.schedule
Classes in de.gustavblass.fsu.fmi.roombooking.model.room.schedule that implement interfaces with type arguments of type TimespanOverlapItemModifier and TypeClassDescriptionfinal recordUseful to convert a collection of SeatReservations into aRoomSchedule.Methods in de.gustavblass.fsu.fmi.roombooking.model.room.schedule with parameters of type TimespanOverlapItemModifier and TypeMethodDescriptionintTimespanOverlapItem.compareTo(@NonNull TimespanOverlapItem other) Alias forLocalDateTime.compareTo(ChronoLocalDateTime)on theTimespanOverlapItem.time.intTimespanOverlapItem.compareTo(@NonNull TimespanOverlapItem other, @NonNull Comparator<TimespanOverlapItem.Type> typeComparator) Compares thisTimespanOverlapItemto another one based on theTimespanOverlapItem.timefield.intTimespanOverlapItem.compareToWithInverseType(@NonNull TimespanOverlapItem other) Compares thisTimespanOverlapItemto another one based on theTimespanOverlapItem.timefield. -
Uses of TimespanOverlapItem in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that return types with arguments of type TimespanOverlapItemModifier and TypeMethodDescriptionstatic @NonNull List<TimespanOverlapItem> ReservationService.convertToTimespanOverlaps(@NonNull Collection<SeatReservation> reservations)