Uses of Interface
components.stack.Stack
Packages that use Stack
-
Uses of Stack in components.stack
Classes in components.stack that implement StackModifier 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.Methods in components.stack that return StackModifier and TypeMethodDescriptionStack1L.newInstance()Stack2.newInstance()Stack3.newInstance()Methods in components.stack with parameters of type StackModifier and TypeMethodDescriptionfinal voidStack1L.transferFrom(Stack<T> source) final voidStack2.transferFrom(Stack<T> source) final voidStack3.transferFrom(Stack<T> source)