- S - Variable in class ArrayStack
-
A generic array used to stores the elements of the stack.
- setElement(E) - Method in class Node
-
Updates the value of the instance variable element
- setNext(Node<E>) - Method in class Node
-
Updates the value of the instance variable element
- size() - Method in class ArrayStack
-
Returns the number of elements in the stack.
- size - Variable in class NodeStack
-
- size() - Method in class NodeStack
-
- size() - Method in interface Stack
-
Return the number of elements in the stack.
- Stack<E> - Interface in <Unnamed>
-
Interface for a stack: a collection of objects that are inserted
and removed according to a last-in first-out schema.
- stripEnds(String) - Static method in class Html
-
Removes the first and the last character of the tag