The members of Java.Util.Stack are listed below.
See Also: Inherited members from Java.Util.Vector
Stack() | Constructs a stack with the default size of Vector. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |