public class MergingIterator<T> extends AbstractIterator<T>
Constructor and Description |
---|
MergingIterator(Iterator<T>... iterators) |
Modifier and Type | Method and Description |
---|---|
protected T |
getElement() |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected T getElement()
getElement
in class AbstractIterator<T>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.