scalax.collection

immutable

package immutable

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 GraphAux[N, E] with AdjacencyListBase[N, E, This]

    Implements an adjacency list based graph representation.

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

    Annotations
    @SerialVersionUID( 71L )
  3. trait Graph[N, E[X] <: EdgeLikeIn[X]] extends collection.Graph[N, E] with GraphLike[N, E, Graph]

  4. class SortedArraySet[A] extends SortedSet[A] with SortedSetLike[A, SortedArraySet[A]] with Serializable

    Annotations
    @SerialVersionUID( 1L )

Value Members

  1. object DefaultGraphImpl extends ImmutableGraphCompanion[DefaultGraphImpl] with Serializable

  2. object Graph extends ImmutableGraphCompanion[Graph] with Serializable

  3. object SortedArraySet extends SortedSetFactory[SortedArraySet] with Serializable

Ungrouped