public class ReverseIterator<T> extends AbstractIterator<Option<T>>
| Constructor and Description |
|---|
ReverseIterator(IteratorToIteratorFunction<T> function,
Iterator<Option<T>> input) |
| Modifier and Type | Method and Description |
|---|---|
protected Option<T> |
getElement() |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ReverseIterator(IteratorToIteratorFunction<T> function, Iterator<Option<T>> input)
protected Option<T> getElement()
getElement in class AbstractIterator<Option<T>>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.