| Package | Description |
|---|---|
| io.druid.java.util.common |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterators.concat(List<? extends CloseableIterator<? extends T>> iterators) |
static <T> CloseableIterator<T> |
CloseableIterators.mergeSorted(List<? extends CloseableIterator<? extends T>> iterators,
Comparator<T> comparator) |
static <T> CloseableIterator<T> |
CloseableIterators.withEmptyBaggage(Iterator<T> innerIterator) |
static <T> CloseableIterator<T> |
CloseableIterators.wrap(Iterator<T> innerIterator,
Closeable closeable) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterators.concat(List<? extends CloseableIterator<? extends T>> iterators) |
static <T> CloseableIterator<T> |
CloseableIterators.mergeSorted(List<? extends CloseableIterator<? extends T>> iterators,
Comparator<T> comparator) |
Copyright © 2011–2018. All rights reserved.