Toggle navigation
Home
com.graphhopper.storage.CHGraphImpl to com.graphhopper.storage.CHGraph
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'graphhopper'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
nf(prepareGraph.getAllEdges().length() - edgeCount)
to
nf(prepareGraph.getEdges() - edgeCount)
ghStorage
to
prepareGraph.getNodes()
nf(prepareGraph.getAllEdges().length() - edgeCount)
to
nf(prepareGraph.getEdges() - edgeCount)
ghStorage
to
prepareGraph.getNodes()