Returns an {@link ElementOrder} that specifies the order of iteration for the elements of {@link #edges()}, {@link #adjacentNodes(Object)}, {@link #predecessors(Object)}, {@link #successors(Object)} and {@link #incidentEdges(Object)}. @since 29.0
()
| 146 | * @since 29.0 |
| 147 | */ |
| 148 | @Override |
| 149 | ElementOrder<N> incidentEdgeOrder(); |
| 150 | |
| 151 | // |
no outgoing calls