Packages

object WorkList

Provides the utility methods and constructors to the WorkList class.

Annotations
@deprecated
Deprecated

(Since version 2.5.0) Feel free to copy

Source
Aggregator.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkList
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Entry[T] extends AnyRef

    Singly linked list entry implementation for WorkList.

Value Members

  1. def empty[T]: WorkList[T]