interface EdgeValuedGraph<N,V>
An type-invariant immutable valued edge (undirected) graph. See the Graph documentation and the EdgeValuedGraph API documentation
Companion namespace: EdgeValuedGraph
Implemented by: EdgeValuedGraph.NonEmpty<N,V>
Type parameters
Name | Description |
---|---|
N | the node type |
V | the connection value type |