Package org.midheaven.math
Class EndInclusionBuilder<T,U>
java.lang.Object
org.midheaven.math.EndInclusionBuilder<T,U>
Builder for End Inclusion instances.
-
Constructor Summary
ConstructorsConstructorDescriptionEndInclusionBuilder(EndIntervalBuilder<T, U> endIntervalBuilder, U maximum) Creates a new EndInclusionBuilder. -
Method Summary
-
Constructor Details
-
EndInclusionBuilder
Creates a new EndInclusionBuilder.- Parameters:
endIntervalBuilder- the endIntervalBuilder valuemaximum- the maximum value
-
-
Method Details
-
inclusive
Performs inclusive.- Returns:
- the result of inclusive
-
exclusive
Performs exclusive.- Returns:
- the result of exclusive
-