Iterator implementation
The ListIterator class expects an instance of the AbstractList in the constructor. Based on it, the object can iterate through the list members forward and backwards, and jump to a specific list index.
Located in /core/util/ListIterator.class.php (line 43)
PHP2Go | --ListIterator
Gets current list element
Gets current cursor position
Check if there's a next item to be read
Checks if there's a previous item before the current one
Moves to a given list index
Moves cursor to the next position and returns the fetched element.
Returns FALSE when the cursor is already at the last position.
Gets next list index
Moves the cursor to the previous index and return the fetched element
Returns FALSE when the cursor is already at the first position.
Gets the previous list index
Inherited From PHP2Go
PHP2Go::PHP2Go()
PHP2Go::equals()
PHP2Go::generateUniqueId()
PHP2Go::getClassName()
PHP2Go::getConfigVal()
PHP2Go::getLangVal()
PHP2Go::getObjectName()
PHP2Go::getParentName()
PHP2Go::hasDestructor()
PHP2Go::hashCode()
PHP2Go::isA()
PHP2Go::isSubclassOf()
PHP2Go::logError()
PHP2Go::raiseError()
PHP2Go::registerDestructor()
PHP2Go::registerShutdownFunc()
PHP2Go::retrieve()
PHP2Go::store()
PHP2Go::__toString()
Documentation generated on Sun, 07 Oct 2007 19:27:17 -0300 by phpDocumentor 1.3.2