public interface Structure
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Edge> |
edges() |
int |
getEdgeCount()
Number of edges in this graph.
|
int |
getNodeCount()
Number of nodes in this graph.
|
java.util.stream.Stream<Node> |
nodes() |