public final class IteratorUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
arrayIterator(T... elements) |
static <T> Iterator<T> |
emptyIterator() |
static <T> Iterator<T> |
singleElementIterator(T element) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.