T
- the type of items in the iteration.public class CombiningIterator<T> extends PrefetchingIterator<T>
Iterator
s, making them look like they were
one big iterator. All iteration/combining is done lazily.Constructor and Description |
---|
CombiningIterator(Iterable<? extends Iterator<T>> iterators) |
CombiningIterator(Iterator<? extends Iterator<T>> iterators) |
CombiningIterator(T first,
Iterator<T> rest) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<T> |
currentIterator() |
protected T |
fetchNextOrNull() |
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
protected T fetchNextOrNull()
fetchNextOrNull
in class PrefetchingIterator<T>
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.