Worklist

overflowdb.traversal.RepeatStep$.Worklist
trait Worklist[A]

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FifoWorklist[A]
class LifoWorklist[A]

Members list

Concise view

Value members

Abstract methods

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