ReversedMutableMapGraph
org.encalmo.data.Graph.ReversedMutableMapGraph
final class ReversedMutableMapGraph[N](_reverse: Graph[N]) extends MutableMapGraph[N]
Reversed mutable map graph implementation.
Attributes
- Graph
-
- Supertypes
-
class MutableMapGraph[N]trait Mutable[N]trait Clearabletrait GenericGraph[N]trait Graph[N]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- Growable
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Whether the graph contains the node.
The edges in the graph.
The number of edges in the graph.
Whether the node has any adjacent nodes.
Whether the node has any adjacent nodes.
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
The nodes in the graph.
The number of nodes in the graph.
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Remove a node from the graph.
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- Shrinkable
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Transform the graph.
Update the adjacent nodes for a node.
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.13.0]Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated - Inherited from:
- Growable
Attributes
- Deprecated
-
[Since version 2.13.3]Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated - Inherited from:
- Shrinkable
Inherited fields
The adjacent nodes for each node.
In this article