Returns all edges in this graph which can be traversed in the direction (if any) of the edge to end at node. @throws IllegalArgumentException if node is not an element of this graph
(Object node)
| 291 | * @throws IllegalArgumentException if {@code node} is not an element of this graph |
| 292 | */ |
| 293 | Set<E> inEdges(Object node); |
| 294 | |
| 295 | /** |
| 296 | * Returns all edges in this graph which can be traversed in the direction (if any) of the edge |
no outgoing calls
no test coverage detected