![]() |
Documentación GVHIDRA 3.1.5
|
Métodos públicos | |
Stack ($values=array()) | |
peek () | |
pop () | |
push ($value) |
Stack of LIFO objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the Stack class in the Java language.
peek | ( | ) |
pop | ( | ) |
push | ( | $ | value | ) |
Stack | ( | $ | values = array() | ) |
Create a Stack with the specified values.
public
string | $values |
Definición en la línea 18 del archivo Stack.php.
{ ArrayList::ArrayList($values); }