TwoPhaseSet

lofi_acl.ardt.datatypes.TwoPhaseSet
See theTwoPhaseSet companion object
case class TwoPhaseSet[T](added: Set[T], removed: Set[T])

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 contains(elem: T): Boolean
def elements: Set[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product