org.neo4j.graphalgo.impl.util
Class StopAfterWeightIterator
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<WeightedPath>
org.neo4j.graphalgo.impl.util.StopAfterWeightIterator
- All Implemented Interfaces:
- Iterator<WeightedPath>
public class StopAfterWeightIterator
- extends PrefetchingIterator<WeightedPath>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopAfterWeightIterator
public StopAfterWeightIterator(Iterator<Path> paths,
CostEvaluator<Double> costEvaluator)
fetchNextOrNull
protected WeightedPath fetchNextOrNull()
- Specified by:
fetchNextOrNull in class PrefetchingIterator<WeightedPath>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.