Package picard.util
Class Iterators
java.lang.Object
picard.util.Iterators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> AtomicIterator
<E> atomicIteratorOf
(Iterable<E> backingIterable) static <E> AtomicIterator
<E> atomicIteratorOf
(Iterator<E> backingIterator)
-
Constructor Details
-
Iterators
public Iterators()
-
-
Method Details
-
atomicIteratorOf
-
atomicIteratorOf
-