Uses of Interface
components.stack.StackKernel
Packages that use StackKernel
-
Uses of StackKernel in components.stack
Subinterfaces of StackKernel in components.stackModifier and TypeInterfaceDescriptioninterfaceStack<T>StackKernelenhanced with secondary methods.Classes in components.stack that implement StackKernelModifier and TypeClassDescriptionclassStack1L<T>Stackrepresented as ajava.util.Listwith implementations of primary methods.classStack2<T>Stackrepresented as a singly linked list, done "bare-handed", with implementations of primary methods.classStack3<T>Stackrepresented as aSequenceof entries, with implementations of primary methods.classLayered implementations of secondary methods forStack.