Class AvailableBlockRange


  • public class AvailableBlockRange
    extends java.lang.Object
    An unbroken, inclusive range of blocks
    • Constructor Detail

      • AvailableBlockRange

        public AvailableBlockRange​(java.math.BigInteger low,
                                   java.math.BigInteger high)
      • AvailableBlockRange

        public AvailableBlockRange()
    • Method Detail

      • getLow

        public java.math.BigInteger getLow()
        The inclusive lower bound of the range
      • getHigh

        public java.math.BigInteger getHigh()
        The inclusive upper bound of the range
      • setLow

        public void setLow​(java.math.BigInteger low)
        The inclusive lower bound of the range
      • setHigh

        public void setHigh​(java.math.BigInteger high)
        The inclusive upper bound of the range