Uses of Class
org.midheaven.math.IntervalBuilder
Packages that use IntervalBuilder
-
Uses of IntervalBuilder in org.midheaven.math
Methods in org.midheaven.math that return IntervalBuilderModifier and TypeMethodDescriptionstatic <C extends Comparable<C>>
IntervalBuilder<C, C> Performs ranging.static <C> IntervalBuilder<C, C> Interval.ranging(Comparator<C> comparator) Performs ranging.static <C,S> IntervalBuilder <C, S> Interval.ranging(Interval.Domain<C, S> order) Performs ranging.Constructors in org.midheaven.math with parameters of type IntervalBuilderModifierConstructorDescriptionEndIntervalBuilder(IntervalBuilder<T, U> intervalBuilder, U minimum, boolean isOpen) Creates a new EndIntervalBuilder.