Package components.stack


package components.stack
Provides the Stack family interfaces and implementing classes.
  • Class
    Description
    StackKernel enhanced with secondary methods.
    Stack represented as a java.util.List with implementations of primary methods.
    Stack represented as a singly linked list, done "bare-handed", with implementations of primary methods.
    Stack represented as a Sequence of entries, with implementations of primary methods.
    Last-in-first-out (LIFO) stack kernel component with primary methods.
    Layered implementations of secondary methods for Stack.