Package picard.util

Interface AtomicIterator<T>


  • public interface AtomicIterator<T>
    Describes
    • Method Detail

      • next

        Optional<T> next()
        Produces the next element from the iterator, if there is one; otherwise, produces Optional.EMPTY