- All Superinterfaces:
Range<N>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
MutableRange<N>of
(N min, N max) static <N> MutableRange<N>
of
(N min, N max, Comparator<? super N> comparator) static <N extends Comparable<N>>
MutableRange<N>ofClosed
(N min, N max) static <N> MutableRange<N>
ofClosed
(N min, N max, Comparator<? super N> comparator) static MutableRange<Double>
ofDouble
(double min, double max) static MutableRange<Double>
ofDoubleClosed
(double min, double max) static MutableRange<Integer>
ofInteger
(int min, int max) static MutableRange<Integer>
ofIntegerClosed
(int min, int max) static MutableRange<Long>
ofLong
(long min, long max) static MutableRange<Long>
ofLongClosed
(long min, long max) void
void
Methods inherited from interface org.omnifaces.utils.data.Range
contains, getMax, getMin, intersects, isMaxInclusive, isMinInclusive, stream, withMax, withMaxInclusive, withMin, withMinInclusive
-
Method Details
-
setMin
-
setMax
-
of
-
of
-
ofDouble
-
ofInteger
-
ofLong
-
ofClosed
-
ofClosed
-
ofDoubleClosed
-
ofIntegerClosed
-
ofLongClosed
-