Class WorkList.Entry<T>

  • Enclosing class:
    WorkList<T>

    public static class WorkList.Entry<T>
    extends java.lang.Object
    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
    • Constructor Detail

      • Entry

        public Entry​(scala.Option<T> ref,
                     boolean permanent)
    • Method Detail

      • isDeleted

        public boolean isDeleted()
      • isDeleted_$eq

        public void isDeleted_$eq​(boolean x$1)
      • permanent

        public boolean permanent()
      • ref

        public scala.Option<T> ref()