Packages

c

be.opimedia.scala_par_am

TimestampedKontStore

case class TimestampedKontStore[KontAddr](content: Map[KontAddr, Set[Kont[KontAddr]]], timestamp: Int)(implicit evidence$4: KontAddress[KontAddr]) extends KontStore[KontAddr] with Product with Serializable

Linear Supertypes
Serializable, Serializable, KontStore[KontAddr], MemoHashCode, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimestampedKontStore
  2. Serializable
  3. Serializable
  4. KontStore
  5. MemoHashCode
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimestampedKontStore(content: Map[KontAddr, Set[Kont[KontAddr]]], timestamp: Int)(implicit arg0: KontAddress[KontAddr])

Value Members

  1. val content: Map[KontAddr, Set[Kont[KontAddr]]]
  2. def extend(a: KontAddr, kont: Kont[KontAddr]): KontStore[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  3. def fastEq(that: KontStore[KontAddr]): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  4. def forall(p: ((KontAddr, Set[Kont[KontAddr]])) ⇒ Boolean): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  5. def hashCode(): Int

    Memoized default hash code

    Memoized default hash code

    Definition Classes
    MemoHashCode → AnyRef → Any
  6. def join(that: KontStore[KontAddr]): KontStore[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  7. def keys: Iterable[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  8. def lookup(a: KontAddr): Set[Kont[KontAddr]]
    Definition Classes
    TimestampedKontStoreKontStore
  9. def subsumes(that: KontStore[KontAddr]): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  10. val timestamp: Int
  11. def toString(): String
    Definition Classes
    TimestampedKontStore → AnyRef → Any