JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
picard.util
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 Detail
next
Optional
<
T
> next()
Produces the next element from the iterator, if there is one; otherwise, produces
Optional.EMPTY
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method