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