|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefetchingIterator | |
---|---|
org.neo4j.helpers.collection | Collections utilities - Iterator/Iterable utilities and creating
Map s. |
Uses of PrefetchingIterator in org.neo4j.helpers.collection |
---|
Subclasses of PrefetchingIterator in org.neo4j.helpers.collection | |
---|---|
class |
CatchingIteratorWrapper<T,U>
|
class |
CombiningIterator<T>
Combining one or more Iterator s, making them look like they were
one big iterator. |
class |
FilteringIterator<T>
An iterator which filters another iterator, only letting items with certain criterias pass through. |
class |
LinesOfFileIterator
|
class |
NestingIterator<T,U>
Concatenates sub-iterators of an iterator. |
class |
RangeIterator
Iterates over a range, where the start value is inclusive, but the end value is exclusive. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |