return nodesCH.getInt((long)nodeId * nodeCHEntryBytes + N_CH_REF); | return nodes.getInt(nodeId * nodeEntryBytes + N_EDGE_REF); | nodesCH.getInt((long)nodeId * nodeCHEntryBytes + N_CH_REF) | nodes.getInt(nodeId * nodeEntryBytes + N_EDGE_REF) | graphhopper | f5949105608d14ea5a77c4ffe901f765e996c870 | com.graphhopper.storage.CHGraphImpl.CHEdgeAccess | | | | | | Uses | False |