public class CombinedSortedIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
CombinedSortedIterator(java.util.Collection<java.util.Iterator<T>> iterators,
java.util.Comparator<T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |