JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
picard.util
AtomicIterator
Contents
Description
Method Summary
Method Details
next()
Hide sidebar
Show sidebar
Interface AtomicIterator<
T
>
public interface
AtomicIterator<T>
Describes
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
T
>
next
()
Produces the next element from the iterator, if there is one; otherwise, produces
Optional.EMPTY
Method Details
next
Optional
<
T
>
next
()
Produces the next element from the iterator, if there is one; otherwise, produces
Optional.EMPTY