DeltaMapWithPrefix

lofi_acl.collections.DeltaMapWithPrefix
See theDeltaMapWithPrefix companion object
case class DeltaMapWithPrefix[RDT](prefixDots: Dots, prefix: RDT, deltaDots: Dots, deltas: Map[Dot, RDT])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addDelta(dot: Dot, delta: RDT): DeltaMapWithPrefix[RDT]
def contains(dots: Dots): Boolean
def dropDeltas(dotsToRemove: Dots): DeltaMapWithPrefix[RDT]
def retrieveDeltas(dots: Dots): Iterator[(Dot, RDT)]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val allDots: Dots