Class IntVertexDijkstraShortestPath.Algorithm

java.lang.Object
org.jgrapht.alg.shortestpath.IntVertexDijkstraShortestPath.Algorithm
Enclosing class:
IntVertexDijkstraShortestPath<E>

private class IntVertexDijkstraShortestPath.Algorithm extends Object
The actual implementation class. We use this inner class pattern in order to allow the user to keep a reference to the implementation class, but allow the garbage collector to collect the auxiliary memory used during the algorithm's execution.