Class TupleListWithContext<C>

All Implemented Interfaces:
Externalizable, Serializable, TupleMemory, SingleLinkedEntry<TupleList>

public class TupleListWithContext<C> extends TupleList
See Also:
  • Field Details

  • Constructor Details

    • TupleListWithContext

      public TupleListWithContext()
    • TupleListWithContext

      public TupleListWithContext(C c)
    • TupleListWithContext

      public TupleListWithContext(TupleImpl first, TupleImpl last, int size)
  • Method Details

    • getContext

      public C getContext()
    • setContext

      public void setContext(C context)
    • clear

      public void clear()
      Description copied from class: LinkedList
      Iterates the list removing all the nodes until there are no more nodes to remove.
      Specified by:
      clear in interface TupleMemory
      Overrides:
      clear in class LinkedList<TupleImpl>
    • copyStateInto

      protected void copyStateInto(TupleListWithContext<C> other)