Returns the edges whose endpoints in this graph include node. @throws IllegalArgumentException if node is not an element of this graph
(Object node)
| 241 | * @throws IllegalArgumentException if {@code node} is not an element of this graph |
| 242 | */ |
| 243 | Set<E> incidentEdges(Object node); |
| 244 | |
| 245 | /** |
| 246 | * Returns the nodes which are the endpoints of {@code edge} in this graph. |
no outgoing calls
no test coverage detected