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