Interface AtomicIterator

    • Method Detail

      • next

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