- Tester - Class in <Unnamed>
-
- Tester() - Constructor for class Tester
-
- top - Variable in class ArrayStack
-
Index of the top element of the stack in the array.
- top() - Method in class ArrayStack
-
Inspects the element at the top of the stack.
- top - Variable in class NodeStack
-
- top() - Method in class NodeStack
-
- top() - Method in interface Stack
-
Inspect the element at the top of the stack.
- toString() - Method in class ArrayStack
-
Returns a string representation of the stack as a list of elements,
with the top element at the end: [ ...
- toString() - Method in class NodeStack
-
Returns a string representation of the stack as a list of elements.