Returns the nodes which have an incident edge in common with node in this graph. @throws IllegalArgumentException if node is not an element of this graph
(Object node)
| 205 | * @throws IllegalArgumentException if {@code node} is not an element of this graph |
| 206 | */ |
| 207 | Set<N> adjacentNodes(Object node); |
| 208 | |
| 209 | /** |
| 210 | * Returns all nodes in this graph adjacent to {@code node} which can be reached by traversing |
no outgoing calls
no test coverage detected