Package com.io7m.junsigned.ranges
Class UnsignedRanges
java.lang.Object
com.io7m.junsigned.ranges.UnsignedRanges
Predefined unsigned ranges.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnsignedRangeInclusiveIThe inclusive range of natural unsigned integers,[0, 4294967295].static final UnsignedRangeInclusiveLThe inclusive range of natural unsigned long integers,[0, 18446744073709551615].static final UnsignedRangeInclusiveIThe inclusive range of positive integers,[1, 4294967295].static final UnsignedRangeInclusiveLThe inclusive range of positive unsigned long integers,[1, 18446744073709551615]. -
Method Summary
-
Field Details
-
UNSIGNED_NATURAL_LONG
The inclusive range of natural unsigned long integers,[0, 18446744073709551615]. -
UNSIGNED_NATURAL_INTEGER
The inclusive range of natural unsigned integers,[0, 4294967295]. -
UNSIGNED_POSITIVE_LONG
The inclusive range of positive unsigned long integers,[1, 18446744073709551615]. -
UNSIGNED_POSITIVE_INTEGER
The inclusive range of positive integers,[1, 4294967295].
-