Class PositiveInteger

  • All Implemented Interfaces:
    PrimitiveNumber

    public class PositiveInteger
    extends NonNegativeInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further positive restriction.
    Author:
    callan