Class DoubleInterval

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DoubleInterval
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • DoubleInterval

        public DoubleInterval​(double minValue,
                              double maxValue)
      • DoubleInterval

        public DoubleInterval​(double singleValue)
    • Method Detail

      • getMinValue

        public double getMinValue()
      • getMaxValue

        public double getMaxValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isStrictlyPositive

        public boolean isStrictlyPositive()
      • isNonNegative

        public boolean isNonNegative()
      • isStrictlyNegative

        public boolean isStrictlyNegative()