Interface AtomicIterator<T extends AtomicValue>

    • Method Detail

      • next

        T next()
        Get the next atomic value in the sequence.
        Specified by:
        next in interface SequenceIterator
        Specified by:
        next in interface UnfailingIterator
        Returns:
        the next Item. If there are no more items, return null.