Package com.io7m.jranges
Class Ranges
java.lang.Object
com.io7m.jranges.Ranges
Predefined ranges.
- Since:
- 2.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RangeInclusiveDThe inclusive range of numbers greater than or equal to0,[0, {@link Double#MAX_VALUE}].static final RangeInclusiveIThe inclusive range of natural integers,[0, {@link Integer#MAX_VALUE}].static final RangeInclusiveLThe inclusive range of natural long integers,[0, {@link Long#MAX_VALUE}].static final RangeInclusiveDThe inclusive range of numbers greater than or equal to1,[1, {@link Double#MAX_VALUE}].static final RangeInclusiveIThe inclusive range of positive integers,[1, {@link Integer#MAX_VALUE}].static final RangeInclusiveLThe inclusive range of positive long integers,[1, {@link Long#MAX_VALUE}]. -
Method Summary
-
Field Details
-
NATURAL_DOUBLE
The inclusive range of numbers greater than or equal to0,[0, {@link Double#MAX_VALUE}].- Since:
- 2.0.0
-
NATURAL_LONG
The inclusive range of natural long integers,[0, {@link Long#MAX_VALUE}].- Since:
- 2.0.0
-
NATURAL_INTEGER
The inclusive range of natural integers,[0, {@link Integer#MAX_VALUE}].- Since:
- 2.0.0
-
POSITIVE_DOUBLE
The inclusive range of numbers greater than or equal to1,[1, {@link Double#MAX_VALUE}].- Since:
- 2.0.0
-
POSITIVE_LONG
The inclusive range of positive long integers,[1, {@link Long#MAX_VALUE}].- Since:
- 2.0.0
-
POSITIVE_INTEGER
The inclusive range of positive integers,[1, {@link Integer#MAX_VALUE}].- Since:
- 2.0.0
-