Packages

abstract class KontStore[KontAddr] extends MemoHashCode

Linear Supertypes
MemoHashCode, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KontStore
  2. MemoHashCode
  3. Product
  4. Equals
  5. AnyRef
  6. 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 KontStore()(implicit arg0: KontAddress[KontAddr])

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def extend(a: KontAddr, kont: Kont[KontAddr]): KontStore[KontAddr]
  3. abstract def forall(p: ((KontAddr, Set[Kont[KontAddr]])) ⇒ Boolean): Boolean
  4. abstract def join(that: KontStore[KontAddr]): KontStore[KontAddr]
  5. abstract def keys: Iterable[KontAddr]
  6. abstract def lookup(a: KontAddr): Set[Kont[KontAddr]]
  7. abstract def productArity: Int
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  9. abstract def subsumes(that: KontStore[KontAddr]): Boolean

Concrete Value Members

  1. def fastEq(that: KontStore[KontAddr]): Boolean
  2. def hashCode(): Int

    Memoized default hash code

    Memoized default hash code

    Definition Classes
    MemoHashCode → AnyRef → Any
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    Product