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