We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1b2fe commit 77d6892Copy full SHA for 77d6892
src/main/java/com/graphhopper/util/EdgeIterator.java
@@ -44,9 +44,9 @@ public interface EdgeIterator {
44
boolean next();
45
46
/**
47
- * @return the edge id of the current edge. Although the current
48
- * implementation uses an index starting from 1, do not make any assumptions
49
- * about it.
+ * @return the edge id of the current edge. Do not make any assumptions
+ * about the concrete values, except that for an implemention it is
+ * recommended that they'll be contiguous.
50
*/
51
int edge();
52
0 commit comments