public class Iterators
extends java.lang.Object
| Constructor and Description |
|---|
Iterators() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Iterator<T> |
arrayIterator(T... items) |
static <T> java.util.Iterator<T> |
emptyIterator() |
static <T> java.util.Iterator<T> |
singletonIterator(T item) |