|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.neo4j.helpers.collection | |
---|---|
org.neo4j.helpers.collection | Collections utilities - Iterator/Iterable utilities and creating
Map s. |
org.neo4j.kernel.info | |
org.neo4j.kernel.logging |
Classes in org.neo4j.helpers.collection used by org.neo4j.helpers.collection | |
---|---|
CachingIterator
An Iterator which lazily fetches and caches items from the
underlying iterator when items are requested. |
|
ClosableIterable
|
|
ClosableIterator
|
|
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 with PrefetchingIterator.setPrefetchedNext(Object) . |
Classes in org.neo4j.helpers.collection used by org.neo4j.kernel.info | |
---|---|
Visitor
A visitor to internalize iteration. |
Classes in org.neo4j.helpers.collection used by org.neo4j.kernel.logging | |
---|---|
Visitor
A visitor to internalize iteration. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |