The type of elements held in the stack.
Protected
_capacityProtected
_dataThe number of elements in the list.
Returns true if the stack has room for more elements, false otherwise.
True if the stack has room for more elements, false otherwise.
Returns true if the stack is empty, false otherwise.
True if the stack is empty, false otherwise.
Returns true if the stack is full, false otherwise.
True if the stack is full, false otherwise.
Returns a copy of the elements in the stack.
A copy of the elements in the stack.
Returns the remaining space in the stack.
The remaining space in the stack.
A stack data structure.