public class MergingIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
MergingIterator(Comparator<T> c,
Iterator<T>[] its) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public MergingIterator(Comparator<T> c, Iterator<T>[] its)
Copyright © 2016 The Apache Software Foundation. All rights reserved.