Class UnsignedRanges

java.lang.Object
com.io7m.junsigned.ranges.UnsignedRanges

public final class UnsignedRanges extends Object
Predefined unsigned ranges.
  • Field Details

    • UNSIGNED_NATURAL_LONG

      public static final UnsignedRangeInclusiveL UNSIGNED_NATURAL_LONG
      The inclusive range of natural unsigned long integers, [0, 18446744073709551615].
    • UNSIGNED_NATURAL_INTEGER

      public static final UnsignedRangeInclusiveI UNSIGNED_NATURAL_INTEGER
      The inclusive range of natural unsigned integers, [0, 4294967295].
    • UNSIGNED_POSITIVE_LONG

      public static final UnsignedRangeInclusiveL UNSIGNED_POSITIVE_LONG
      The inclusive range of positive unsigned long integers, [1, 18446744073709551615].
    • UNSIGNED_POSITIVE_INTEGER

      public static final UnsignedRangeInclusiveI UNSIGNED_POSITIVE_INTEGER
      The inclusive range of positive integers, [1, 4294967295].