ORSet

case
class ORSet[A](entries: Map[Id, A], tombstones: Set[Id])

Implementation of an Observed-Remove Set similar to the one described by Shapiro et al. (2011)

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(a: A): ORSet[A]
def contains(a: A): Boolean
def remove(a: A): ORSet[A]
def value: Set[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product