Returns all nodes in this graph, in the order specified by {@link #nodeOrder()}.
()
| 108 | |
| 109 | /** Returns all nodes in this graph, in the order specified by {@link #nodeOrder()}. */ |
| 110 | @Override |
| 111 | Set<N> nodes(); |
| 112 | |
| 113 | /** Returns all edges in this graph. */ |
no outgoing calls