org.encalmo.data.MutableMapGraph
See theMutableMapGraph companion object
class MutableMapGraph[N](val nodeMap: Map[N, ArrayBuffer[N]]) extends GenericGraph[N], Mutable[N]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Mutable[N]trait Clearabletrait GenericGraph[N]trait Graph[N]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ReversedMutableMapGraph[N]
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- Growable
Attributes
- Definition Classes
- Inherited from:
- GenericGraph
Attributes
- Definition Classes
- Inherited from:
- GenericGraph
Attributes
- Inherited from:
- Shrinkable
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
Concrete fields
In this article