Class IntegerRange

    • Constructor Detail

      • IntegerRange

        public IntegerRange​(long minInclusive,
                            long maxInclusive)
      • IntegerRange

        public IntegerRange​(IntegerRange range)
        copy constructor
    • Method Detail

      • getMaxInclusive

        public long getMaxInclusive()
      • getMinInclusive

        public long getMinInclusive()
      • intersectWith

        public IntegerRange intersectWith​(IntegerRange other)
        E.g. a low limit of ]-Infinity, -22] and a high limit of [40, +Infinity[ intersect to [-22, 40] (which for practical purposes is actually the range inside of which pvals are _not_ out of limits)
      • toString

        public String toString​(boolean signed)