The Parle\Stack class
Parle\Stack
&reftitle.intro;
Parle\Stack is a LIFO stack. The elements are inserted and removed only from one end.
&reftitle.classsynopsis;
Parle\Stack
Parle\Stack
&Properties;
public
bool
empty
&true;
public
int
size
0
public
mixed
top
&Methods;
&reftitle.properties;
empty
Whether the stack is empty, readonly.
size
Stack size, readonly.
top
Element on the top of the stack.
&reference.parle.parle.entities.stack;