| Package | Description |
|---|---|
| be.bagofwords.iterator |
| Modifier and Type | Class and Description |
|---|---|
class |
InterleavedIteratorOfIterators<U> |
class |
SequentialIteratorOfIterators<U> |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<T> |
DataIterable.iterator() |
static <T> CloseableIterator<T> |
IterableUtils.iterator(Iterator<T> iterator) |
static <T> CloseableIterator<T> |
IterableUtils.iterator(SimpleIterator<T> simpleIt) |
static <T> CloseableIterator<T> |
IterableUtils.iterator(SimpleIterator<T> simpleIt,
T lastValue) |
static <T> CloseableIterator<T> |
IterableUtils.maxSizeIterator(long maxIterations,
CloseableIterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
IterableUtils.maxSizeIterator(long maxIterations,
CloseableIterator<T> iterator) |
| Constructor and Description |
|---|
InterleavedIteratorOfIterators(List<CloseableIterator<? extends U>> iterators) |
SequentialIteratorOfIterators(List<CloseableIterator<? extends U>> iterators) |
Copyright © 2015. All rights reserved.