Uses of Interface
components.stack.StackKernel
Packages that use StackKernel
-
Uses of StackKernel in components.stack
Subinterfaces of StackKernel in components.stackModifier and TypeInterfaceDescriptioninterface
Stack<T>
StackKernel
enhanced with secondary methods.Classes in components.stack that implement StackKernelModifier and TypeClassDescriptionclass
Stack1L<T>
Stack
represented as ajava.util.List
with implementations of primary methods.class
Stack2<T>
Stack
represented as a singly linked list, done "bare-handed", with implementations of primary methods.class
Stack3<T>
Stack
represented as aSequence
of entries, with implementations of primary methods.class
Layered implementations of secondary methods forStack
.