ReversedMutableMapGraph
org.encalmo.data.Graph.ReversedMutableMapGraph
final class ReversedMutableMapGraph[N](_reverse: Graph[N]) extends MutableMapGraph[N]
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
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- GenericGraph
Attributes
- Definition Classes
- Inherited from:
- GenericGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- MutableMapGraph
Attributes
- Inherited from:
- Shrinkable
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
Attributes
- Definition Classes
- Inherited from:
- MutableMapGraph
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
Attributes
- Inherited from:
- MutableMapGraph
In this article