public final class UnsignedRanges extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static UnsignedRangeInclusiveI |
UNSIGNED_NATURAL_INTEGER |
The inclusive range of natural unsigned integers,
[0, 4294967295]. |
static UnsignedRangeInclusiveL |
UNSIGNED_NATURAL_LONG |
The inclusive range of natural unsigned long integers,
[0,
18446744073709551615]. |
static UnsignedRangeInclusiveI |
UNSIGNED_POSITIVE_INTEGER |
The inclusive range of positive integers,
[1, 4294967295]. |
static UnsignedRangeInclusiveL |
UNSIGNED_POSITIVE_LONG |
The inclusive range of positive unsigned long integers,
[1,
18446744073709551615]. |
public static final UnsignedRangeInclusiveL UNSIGNED_NATURAL_LONG
[0,
18446744073709551615].public static final UnsignedRangeInclusiveI UNSIGNED_NATURAL_INTEGER
[0, 4294967295].public static final UnsignedRangeInclusiveL UNSIGNED_POSITIVE_LONG
[1,
18446744073709551615].public static final UnsignedRangeInclusiveI UNSIGNED_POSITIVE_INTEGER
[1, 4294967295].Copyright © 2017 <code@io7m.com> http://io7m.com