| Modifier and Type | Class and Description |
|---|---|
class |
CastingIterator<T extends A,A>
An iterator which filters for elements of a given subtype, and casts to this type.
|
class |
CatchingIteratorWrapper<T,U> |
class |
CombiningIterator<T>
Combining one or more
Iterators, making them look like they were
one big iterator. |
class |
CombiningResourceIterator<T> |
class |
FilteringIterator<T>
An iterator which filters another iterator, only letting items with certain
criteria pass through.
|
class |
LimitingResourceIterator<T>
Limits the amount of items returned by an
Iterator. |
class |
NestingIterator<T,U>
Concatenates sub-iterators of an iterator.
|
class |
NestingResourceIterator<T,U> |
class |
PrefetchingResourceIterator<T> |
class |
RangeIterator
Iterates over a range, where the start value is inclusive, but the
end value is exclusive.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PrefetchingIterator<T> |
Iterators.prefetching(Iterator<T> iterator) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.