Uses of Class
org.neo4j.helpers.collection.PrefetchingIterator

Packages that use PrefetchingIterator
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. 
 

Uses of PrefetchingIterator in org.neo4j.com
 

Subclasses of PrefetchingIterator in org.neo4j.com
 class TransactionStream
          Represents a stream of the data of one or more consecutive transactions.
 

Uses of PrefetchingIterator in org.neo4j.graphalgo.impl.path
 

Subclasses of PrefetchingIterator in org.neo4j.graphalgo.impl.path
protected  class ShortestPath.DirectionData
           
 

Uses of PrefetchingIterator in org.neo4j.graphalgo.impl.util
 

Subclasses of PrefetchingIterator in org.neo4j.graphalgo.impl.util
 class StopAfterWeightIterator
           
 

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 Iterators, 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.
 

Uses of PrefetchingIterator in org.neo4j.index.impl.lucene
 

Subclasses of PrefetchingIterator in org.neo4j.index.impl.lucene
 class AbstractIndexHits<T>
           
 class CombinedIndexHits<T>
           
 class HitsIterator
           
 class IdToEntityIterator<T extends PropertyContainer>
           
 



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