public class AlternativeIterator<T> extends AbstractIterator<Option<T>>
| Constructor and Description |
|---|
AlternativeIterator(List<Iterator<Option<T>>> iterators) |
| Modifier and Type | Method and Description |
|---|---|
protected Option<T> |
getElement() |
hasNext, next, removeprotected Option<T> getElement()
getElement in class AbstractIterator<Option<T>>Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.