JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
picard.util
Interface AtomicIterator<T>
public interface
AtomicIterator<T>
Describes
Author:
mccowan
Method Summary
Methods
Modifier and Type
Method and Description
Optional
<
T
>
next
()
Produces the next element from the iterator, if there is one; otherwise, produces
Optional.Absent
Method Detail
next
Optional
<
T
> next()
Produces the next element from the iterator, if there is one; otherwise, produces
Optional.Absent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method