| Class and Description |
|---|
| CombiningIterator
Combining one or more
Iterators, making them look like they were
one big iterator. |
| MapUtil.MapBuilder |
| Pair
Utility to handle pairs of objects.
|
| 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. |
| PrefetchingResourceIterator |
| Visitor
A visitor to internalize iteration.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.