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