Uses of Package
org.neo4j.helpers.collection

Packages that use org.neo4j.helpers.collection
org.neo4j.com   
org.neo4j.graphalgo.impl.path   
org.neo4j.graphalgo.impl.util   
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.transaction.xaframework   
 

Classes in org.neo4j.helpers.collection used by org.neo4j.com
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.graphalgo.impl.path
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.graphalgo.impl.util
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.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.index.impl.lucene
CatchingIteratorWrapper
           
ClosableIterable
           
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 with PrefetchingIterator.setPrefetchedNext(Object).
 

Classes in org.neo4j.helpers.collection used by org.neo4j.kernel.impl.nioneo.xa
ClosableIterable
           
 

Classes in org.neo4j.helpers.collection used by org.neo4j.kernel.impl.transaction.xaframework
ClosableIterable
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.