scalax.collection.config

Members list

Type members

Classlikes

To be mixed in by any concrete class extending GraphConfig if the Graph implementation is based on adjacency lists using ArraySet.

To be mixed in by any concrete class extending GraphConfig if the Graph implementation is based on adjacency lists using ArraySet.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CoreConfig
Self type
case class CoreConfig(orderHint: Int, adjacencyListHints: Hints) extends GraphConfig, AdjacencyListArrayConfig

Configuration options for Graph factory methods in the core module.

Configuration options for Graph factory methods in the core module.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GraphConfig
class Object
trait Matchable
class Any
Show all
trait GraphConfig

Base trait for Graph configuration and optimization hints. This type is used by the implicit parameter of Graph factory methods.

Base trait for Graph configuration and optimization hints. This type is used by the implicit parameter of Graph factory methods.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CoreConfig
object GraphConfig

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type