scalax.collection.constrained

immutable

package immutable

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait AdjacencyListGraph[N, E[X] <: EdgeLikeIn[X], +This[X, Y[X] <: EdgeLikeIn[X]] <: AdjacencyListGraph[X, Y[X], This] with Graph[X, Y[X]]] extends GraphLike[N, E, This] with immutable.AdjacencyListGraph[N, E, This]

  2. abstract class DefaultGraphImpl[N, E[X] <: EdgeLikeIn[X]] extends Graph[N, E] with AdjacencyListGraph[N, E, DefaultGraphImpl] with GraphTraversalImpl[N, E]

  3. trait Graph[N, E[X] <: EdgeLikeIn[X]] extends immutable.Graph[N, E] with constrained.Graph[N, E] with GraphLike[N, E, Graph]

  4. class UserConstrainedGraphImpl[N, E[X] <: EdgeLikeIn[X]] extends DefaultGraphImpl[N, E] with UserConstrainedGraph[N, E]

    Annotations
    @SerialVersionUID( 73L )

Value Members

  1. object DefaultGraphImpl extends ImmutableGraphCompanion[DefaultGraphImpl] with Serializable

  2. object Graph extends ImmutableGraphCompanion[Graph] with Serializable

Ungrouped