Uses of Interface
components.stack.Stack
Packages that use Stack
-
Uses of Stack in components.stack
Classes in components.stack that implement StackModifier 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
.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 void
Stack1L.transferFrom
(Stack<T> source) final void
Stack2.transferFrom
(Stack<T> source) final void
Stack3.transferFrom
(Stack<T> source)