Packages

trait Worklist[A] extends AnyRef

stores work still to do. depending on the underlying collection type, the behaviour of the repeat step changes

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Worklist
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addItem(item: WorklistItem[A]): Unit
  2. abstract def head: WorklistItem[A]
  3. abstract def nonEmpty: Boolean
  4. abstract def removeHead: Unit