public static final class Iterators.DuplicateFilterIterator<T> extends Iterators.FilterIterator<T>
| Constructor and Description |
|---|
DuplicateFilterIterator(Iterable<? extends T> core) |
DuplicateFilterIterator(Iterator<? extends T> core) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filter(T t)
Filter out items in the original collection.
|
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected boolean filter(T t)
Iterators.FilterIteratorfilter in class Iterators.FilterIterator<T>Copyright © 2019. All rights reserved.