Package io.keikaiex.util
Class Interval.InfiniteInterval<T>
- java.lang.Object
-
- io.keikaiex.util.Interval<T>
-
- io.keikaiex.util.Interval.InfiniteInterval<T>
-
- All Implemented Interfaces:
Serializable
public static class Interval.InfiniteInterval<T> extends Interval<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.keikaiex.util.Interval
Interval.InfiniteInterval<T>
-
-
Constructor Summary
Constructors Constructor Description InfiniteInterval(int high, T payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setHigh(int high)
void
setLow(int low)
-
Methods inherited from class io.keikaiex.util.Interval
clone, getHigh, getLow, getPayload, setPayload, size, toString
-
-