Packages

c

be.opimedia.scala_par_am

BasicKontStore

case class BasicKontStore[KontAddr](content: Map[KontAddr, Set[Kont[KontAddr]]])(implicit evidence$3: 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. BasicKontStore
  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 BasicKontStore(content: Map[KontAddr, Set[Kont[KontAddr]]])(implicit arg0: KontAddress[KontAddr])

Value Members

  1. val content: Map[KontAddr, Set[Kont[KontAddr]]]
  2. def extend(a: KontAddr, kont: Kont[KontAddr]): BasicKontStore[KontAddr]
    Definition Classes
    BasicKontStoreKontStore
  3. def fastEq(that: KontStore[KontAddr]): Boolean
    Definition Classes
    KontStore
  4. def forall(p: ((KontAddr, Set[Kont[KontAddr]])) ⇒ Boolean): Boolean
    Definition Classes
    BasicKontStoreKontStore
  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
    BasicKontStoreKontStore
  7. def keys: Iterable[KontAddr]
    Definition Classes
    BasicKontStoreKontStore
  8. def lookup(a: KontAddr): Set[Kont[KontAddr]]
    Definition Classes
    BasicKontStoreKontStore
  9. def subsumes(that: KontStore[KontAddr]): Boolean
    Definition Classes
    BasicKontStoreKontStore
  10. def toString(): String
    Definition Classes
    BasicKontStore → AnyRef → Any