Returns all edges in this graph which can be traversed in the direction (if any) of the edge starting from node. @throws IllegalArgumentException if node is not an element of this graph
(Object node)
| 299 | * @throws IllegalArgumentException if {@code node} is not an element of this graph |
| 300 | */ |
| 301 | Set<E> outEdges(Object node); |
| 302 | |
| 303 | /** |
| 304 | * Returns all nodes in this graph adjacent to {@code node} which can be reached by traversing |
no outgoing calls
no test coverage detected