Class IntegerInterval

  • All Implemented Interfaces:
    java.io.Serializable

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

      • IntegerInterval

        public IntegerInterval​(int minValue,
                               int maxValue)
      • IntegerInterval

        public IntegerInterval​(int singleValue)
    • Method Detail

      • getMinValue

        public int getMinValue()
      • getMaxValue

        public int getMaxValue()
      • isStrictlyPositive

        public boolean isStrictlyPositive()
      • isNonNegative

        public boolean isNonNegative()
      • isStrictlyNegative

        public boolean isStrictlyNegative()