Package components.sequence


package components.sequence
Provides the Sequence family interfaces and implementing classes.
  • Class
    Description
    SequenceKernel enhanced with secondary methods.
    Sequence represented as a java.util.ArrayList with implementations of primary methods.
    Sequence represented as a java.util.LinkedList with implementations of primary methods.
    Sequence represented as a pair of Stacks with implementations of primary methods.
    Sequence kernel component with primary methods.
    Layered implementations of secondary methods for Sequence.