Uses of Interface
org.neo4j.graphalgo.impl.shortestpath.DijkstraPriorityQueue

Packages that use DijkstraPriorityQueue
org.neo4j.graphalgo.impl.shortestpath Package containing older implementations of Dijkstra and shortest path, where the ones in GraphAlgoFactory would be a better option. 
 

Uses of DijkstraPriorityQueue in org.neo4j.graphalgo.impl.shortestpath
 

Classes in org.neo4j.graphalgo.impl.shortestpath that implement DijkstraPriorityQueue
 class DijkstraPriorityQueueFibonacciImpl<CostType>
          Implementation of DijkstraPriorityQueue using a FibonacciHeap
 class DijkstraPriorityQueueImpl<CostType>
          Implementation of DijkstraPriorityQueue with just a normal java priority queue.
 

Fields in org.neo4j.graphalgo.impl.shortestpath declared as DijkstraPriorityQueue
protected  DijkstraPriorityQueue<CostType> Dijkstra.DijstraIterator.queue
           
 



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