Package com.graphhopper.routing.ev
Interface EdgeIntAccess
- All Known Implementing Classes:
ArrayEdgeIntAccess
,IntsRefEdgeIntAccess
public interface EdgeIntAccess
-
Method Summary
-
Method Details
-
getInt
int getInt(int edgeId, int index) Gets the int value at the given index for the given edgeId -
setInt
void setInt(int edgeId, int index, int value) Sets the int value at the given index for the given edgeId
-