public class Iterators extends Object
| Constructor | Description |
|---|---|
Iterators() |
| Modifier and Type | Method | 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)