Packages

trait RootTracking[H] extends AnyRef

Self Type
RootTracking[H] with Database[_, H]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RootTracking
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def knowsRoot(h: H): Boolean
  2. abstract def markRoot(root: H): Unit
  3. abstract def roots: Set[H]