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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected boolean filter(T t)
Iterators.FilterIterator
filter
in class Iterators.FilterIterator<T>
Copyright © 2004–2021. All rights reserved.