mutators

lofi_acl.ardt.datatypes.TwoPhaseMap.mutators
object mutators

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
mutators.type

Members list

Value members

Concrete methods

def put[K, V](twoPhaseMap: TwoPhaseMap[K, V], key: K, value: V): TwoPhaseMap[K, V]
def remove[K, V](twoPhaseMap: TwoPhaseMap[K, V], keyToRemove: K): TwoPhaseMap[K, V]