Uses of Interface
org.midheaven.math.Interval.Domain
Packages that use Interval.Domain
-
Uses of Interval.Domain in org.midheaven.math
Methods in org.midheaven.math that return Interval.DomainModifier and TypeMethodDescriptionstatic Interval.Domain<LocalDate, LocalDate> Interval.Domain.dates()Consider intervals between the dates, not considering time.static Interval.Domain<LocalDateTime, LocalDate> Interval.Domain.days()Consider intervals between 00h00 of the minimum to the 24h00 of the maximum. 24h00 of the maximum is 00h00 of the next day.static <C extends Comparable<C>>
Interval.Domain<C, C> Interval.Domain.natural()Interval.Domain.time()Methods in org.midheaven.math with parameters of type Interval.DomainModifier and TypeMethodDescriptionstatic <C,S> IntervalBuilder <C, S> Interval.ranging(Interval.Domain<C, S> order) Performs ranging.