GraphConfig

scalax.collection.config.GraphConfig
See theGraphConfig companion object
trait GraphConfig

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

Attributes

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

Members list

Value members

Abstract methods

def orderHint: Int

Indicates the expected number of nodes in the graph.

Indicates the expected number of nodes in the graph.

Attributes