Neo4j Enterprise

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

Packages that use PrefetchingIterator
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
 

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 LimitingIterator<T>
          Limits the amount of items returned by an Iterator.
 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.
 


Neo4j Enterprise

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