public class DedupIterator<T> extends PrefetchIterator<T>
next| Constructor and Description |
|---|
DedupIterator(Iterator<? extends T> it) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
prefetch()
Reimplement this method to return an element on each call.
|
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected T prefetch()
PrefetchIteratorNoSuchElementException Exception when no more elements available.prefetch in class PrefetchIterator<T>Copyright © 2018 DataWeb Research. All rights reserved.