kofre.sets

package kofre.sets

Members list

Concise view

Type members

Classlikes

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)

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
object ORSet

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ORSet.type