Class NonNegativeInteger

    • Constructor Detail

      • NonNegativeInteger

        public NonNegativeInteger​(Integer value)
    • Method Detail

      • valueOf

        public static NonNegativeInteger valueOf​(String s)
        Returns an NonNegativeInteger object holding the value of the specified string.
        Parameters:
        s - The string to be parsed.
        Returns:
        See above.