[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.