Growable
scalax.collection.mutable.Growable
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Show all
Members list
Value members
Abstract methods
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
- Returns
-
true
if this graph has not containednode
before.
Concrete methods
Alias for addAll(xs)
.
Alias for addAll(xs)
.
Attributes
Adds all passed nodes and edges to this graph. For a mutable Graph see also unionInPlace
.
Adds all passed nodes and edges to this graph. For a mutable Graph see also unionInPlace
.
Attributes
Alias for addOne(node)
.
Alias for addOne(node)
.
Attributes
Alias for addOne(edge)
.
Alias for addOne(edge)
.
Attributes
Adds all elements produced by outer
to this graph. For a graph see also unionInPlace
.
Adds all elements produced by outer
to this graph. For a graph see also unionInPlace
.
Attributes
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
In this article