| Modifier and Type | Class and Description |
|---|---|
static interface |
MergedIterator.Annotator<T> |
static class |
MergedIterator.Pos |
| Constructor and Description |
|---|
MergedIterator(Iterator<T> left,
Iterator<T> right,
Comparator<T> comparator) |
MergedIterator(Iterator<T> left,
Iterator<T> right,
Comparator<T> comparator,
MergedIterator.Annotator<T> annotator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MergedIterator(Iterator<T> left, Iterator<T> right, Comparator<T> comparator, MergedIterator.Annotator<T> annotator)
Copyright © 2018 DataWeb Research. All rights reserved.