public class MergeIterator<T> extends Object implements Iterator<T>
MergeIterator(Comparator<T> comparator, List<Iterator<T>> iterators)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MergeIterator(Comparator<T> comparator, List<Iterator<T>> iterators)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2016. All rights reserved.