ORSet

kofre.sets.ORSet
See theORSet companion object
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)

Attributes

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

Members list

Concise view

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product