Class PositiveFloat

  • All Implemented Interfaces:
    PrimitiveNumber

    public class PositiveFloat
    extends NonNegativeFloat
    A float whose constraints are bound to Java's 64-bit float (double) and a further positive restriction.
    • Constructor Detail

      • PositiveFloat

        public PositiveFloat​(java.lang.Double value)
    • Method Detail

      • valueOf

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