public class JoinedIterator extends Object implements Iterator
Constructor and Description |
---|
JoinedIterator(Iterator[] iterators) |
JoinedIterator(Iterator first,
Iterator second) |
JoinedIterator(List iterators) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
protected void |
updateCurrentIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved