Worklist

trait Worklist[A]

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

class Object
trait Matchable
class Any
class FifoWorklist[A]
class LifoWorklist[A]

Value members

Abstract methods

def addItem(item: A): Unit
def head: A
def nonEmpty: Boolean
def removeHead(): Unit