The methods of Java.Util.Stack are listed below. For a list of all members, see the Stack Members list.
See Also: Inherited members from Java.Util.Vector
Empty()Returns whether the stack is empty or not. | ||
Peek()Returns the element at the top of the stack without removing it. | ||
Pop()Returns the element at the top of the stack and removes it. | ||
Push(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Search(Java.Lang.Object)Returns the index of the first occurrence of the object, starting from the top of the stack. |