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.
Located in /phrame/util/Stack.php (line 10)
Object | --ArrayList | --Stack
Create a Stack with the specified values.
Peek at the value from the top of the Stack without removing it.
Pop a value from the Stack.
Push a value into the Stack.
Inherited From ArrayList
ArrayList::ArrayList()
ArrayList::add()
ArrayList::addAll()
ArrayList::clear()
ArrayList::contains()
ArrayList::get()
ArrayList::indexOf()
ArrayList::isEmpty()
ArrayList::lastIndexOf()
ArrayList::listIterator()
ArrayList::remove()
ArrayList::removeRange()
ArrayList::set()
ArrayList::size()
ArrayList::toArray()
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:46 +0200 by phpDocumentor 1.4.1