org.neo4j.graphalgo.impl.path
Class ShortestPath.DirectionData

java.lang.Object
  extended by org.neo4j.helpers.collection.PrefetchingIterator<Node>
      extended by org.neo4j.graphalgo.impl.path.ShortestPath.DirectionData
All Implemented Interfaces:
Iterator<Node>
Enclosing class:
ShortestPath

protected class ShortestPath.DirectionData
extends PrefetchingIterator<Node>


Method Summary
protected  Node fetchNextOrNull()
           
 
Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fetchNextOrNull

protected Node fetchNextOrNull()
Specified by:
fetchNextOrNull in class PrefetchingIterator<Node>


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