namespace ValuedGraph
An type-invariant immutable valued graph. See the Graph documentation and the ValuedGraph API documentation
Companion interface: ValuedGraph<N,V>
Interfaces
Name | Description |
---|---|
ValuedGraph.Builder<N,V> | A mutable ValuedGraph builder used to efficiently create new immutable instances. See the Graph documentation and the ValuedGraph.Builder API documentation |
ValuedGraph.Context<UN> | The ValuedGraph's Context instance that serves as a factory for all related immutable instances and builders. |
ValuedGraph.NonEmpty<N,V> | A non-empty type-invariant immutable valued graph. See the Graph documentation and the ValuedGraph API documentation |
ValuedGraph.Types | Utility interface that provides higher-kinded types for this collection. |