Constructor and Description |
---|
MergeIterator(Comparator<T> comparator,
List<Iterator<T>> iterators) |
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 MergeIterator(Comparator<T> comparator, List<Iterator<T>> iterators)
Copyright © 2011–2017. All rights reserved.