Java.Util.Stack Class
Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects.

See Also: Stack Members

Syntax

[Android.Runtime.Register("java/util/Stack", DoNotGenerateAcw=true)]
public class Stack : Vector

Remarks

Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables users to pop to and push from the stack, including null objects. There is no limit to the size of the stack.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1