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