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