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, wait
forEachRemaining
public AggregateIterator(Collection<?> collRemove, List<Iterator<T>> listIterators)
collRemove
- collection of removed entries to check againstlistIterators
- collection of iteratorsCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.