Returns true if this graph allows self-loops (edges that connect a node to itself). Attempting to add a self-loop to a graph that does not allow them will throw an UnsupportedOperationException.
()
| 194 | * {@link UnsupportedOperationException}. |
| 195 | */ |
| 196 | boolean allowsSelfLoops(); |
| 197 | |
| 198 | // |
| 199 | // Element-level accessors |
no outgoing calls
no test coverage detected