|
Pull Up Method public fillEdgesFrom() : boolean from class com.graphhopper.routing.DijkstraBidirectionRef to package fillEdgesFrom() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.AStarBidirection to private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method package fillEdgesFrom() : boolean from class com.graphhopper.routing.AStarBidirection to package fillEdgesFrom() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method package fillEdgesTo() : boolean from class com.graphhopper.routing.AStarBidirection to package fillEdgesTo() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method public fillEdgesTo() : boolean from class com.graphhopper.routing.DijkstraBidirectionRef to package fillEdgesTo() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.DijkstraBidirectionRef to private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type prioQueue : PriorityQueue<AStarEntry> to prioQueue : PriorityQueue<T> in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type currEdge : AStarEntry to currEdge : T in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type currEdge : SPTEntry to currEdge : T in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type bestWeightMap : IntObjectMap<SPTEntry> to bestWeightMap : IntObjectMap<T> in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type bestWeightMap : IntObjectMap<AStarEntry> to bestWeightMap : IntObjectMap<T> in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Change Parameter Type prioQueue : PriorityQueue<SPTEntry> to prioQueue : PriorityQueue<T> in method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |