Package org.midheaven.math
Class IntervalBuilder<T,U>
java.lang.Object
org.midheaven.math.IntervalBuilder<T,U>
- Type Parameters:
T- the type of element in the IntervalU- the type of value in the Interval
Builder for Interval instances.
-
Method Summary
Modifier and TypeMethodDescriptionCreates an instance from the provided source.Returns from Infinity.
-
Method Details
-
from
Creates an instance from the provided source.- Parameters:
value- the value value- Returns:
- the result of from
-
fromInfinity
Returns from Infinity.- Returns:
- the result of fromInfinity
-