public class Iterators extends Object
| Constructor and Description |
|---|
Iterators() |
| Modifier and Type | Method and Description |
|---|---|
static <E> AtomicIterator<E> |
atomicIteratorOf(Iterable<E> backingIterable) |
static <E> AtomicIterator<E> |
atomicIteratorOf(Iterator<E> backingIterator) |
public static <E> AtomicIterator<E> atomicIteratorOf(Iterable<E> backingIterable)
public static <E> AtomicIterator<E> atomicIteratorOf(Iterator<E> backingIterator)