Returns true if this graph allows parallel edges. Attempting to add a parallel edge to a graph that does not allow them will throw an UnsupportedOperationException.
()
| 230 | * that does not allow them will throw an {@link UnsupportedOperationException}. |
| 231 | */ |
| 232 | boolean allowsParallelEdges(); |
| 233 | |
| 234 | // |
| 235 | // Element-level accessors |
no outgoing calls
no test coverage detected