| Constructor and Description |
|---|
AggregateIterator(Collection<?> collRemove,
List<Iterator<T>> listIterators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AggregateIterator(Collection<?> collRemove, List<Iterator<T>> listIterators)
collRemove - collection of removed entries to check againstlistIterators - collection of iteratorsCopyright 2001-2021, Terracotta, Inc.