interface EdgeValuedGraph.Builder<N,V>
A mutable EdgeValuedGraph
builder used to efficiently create new immutable instances. See the Graph documentation and the EdgeValuedGraph.Builder API documentation
Type parameters
Name | Description |
---|---|
N | the node type |
V | the connection value type |