Class WorkList$


  • public class WorkList$
    extends java.lang.Object
    Deprecated.
    Feel free to copy. Since 2.5.0.
    Singly linked list entry implementation for WorkList. param: ref The item reference, None for head entry param: permanent If the entry is to be kept after processing
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static WorkList$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkList$()
      Deprecated.
       
    • Field Detail

      • MODULE$

        public static final WorkList$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • WorkList$

        public WorkList$()
        Deprecated.
    • Method Detail

      • empty

        public <T> WorkList<T> empty()
        Deprecated.