scalax.collection.config
package scalax.collection.config
Members list
Type members
Classlikes
trait AdjacencyListArrayConfig
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 Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalstrait AdjacencyListArrayConfigtrait GraphConfigclass Objecttrait Matchableclass AnyShow 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 Objecttrait Matchableclass Any
- Known subtypes
-
class CoreConfig
object GraphConfig
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GraphConfig.type
In this article