| Package | Description |
|---|---|
| org.neo4j.helpers.collection |
Collections utilities - Iterator/Iterable utilities and creating
Maps. |
| Class and Description |
|---|
| CachingIterator
An
Iterator which lazily fetches and caches items from the
underlying iterator when items are requested. |
| ClosableIterable |
| ClosableIterator |
| CombiningIterator
Combining one or more
Iterators, making them look like they were
one big iterator. |
| PrefetchingIterator
Abstract class for how you usually implement iterators when you don't know
how many objects there are (which is pretty much every time)
Basically the
PrefetchingIterator.hasNext() method will look up the next object and
cache it. |
| Visitor
A visitor to internalize iteration.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.