T - public class UniqueIterator<T> extends AbstractIterator<Option<T>>
HashSet of previously seen items that will be
used as filter to prevent duplicates| Constructor and Description |
|---|
UniqueIterator(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, waitforEachRemainingprotected Option<T> getElement()
getElement in class AbstractIterator<Option<T>>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.