public class SuppIterator<T> extends AbstractIterator<Option<T>>
| Constructor and Description |
|---|
SuppIterator(List<Option<T>> input,
IteratorToIteratorFunction<T> function) |
| Modifier and Type | Method and Description |
|---|---|
protected Option<T> |
getElement()
The idea behind this method is that index of each element in the input iterator is passed to the
function.
|
hasNext, next, removepublic SuppIterator(List<Option<T>> input, IteratorToIteratorFunction<T> function)
protected Option<T> getElement()
getElement in class AbstractIterator<Option<T>>Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.