Mutable
 org.encalmo.data.Mutable
  trait Mutable[N] extends Growable[(N, N)], Shrinkable[(N, N)]
 
Mutable graph add-on
Attributes
- Graph
- 
    
- Supertypes
- Known subtypes
- 
    class MutableMapGraph[N]class ReversedMutableMapGraph[N]
Members list
Value members
Abstract methods
Inherited methods
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- Shrinkable
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Shrinkable
Inherited and Abstract methods
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
In this article