Class BigRangeIterator

    • Constructor Detail

      • BigRangeIterator

        public BigRangeIterator​(java.math.BigInteger start,
                                java.math.BigInteger end)
                         throws XPathException
        Create an iterator over a range of monotonically increasing integers
        Parameters:
        start - the first integer in the sequence
        end - the last integer in the sequence. Must be >= start.
        Throws:
        XPathException - if for example the end is before the start