Cursor implementation for class YList.
public function YList_ListCursorImpl(enclosing0:YList, init:Boolean = true)
Parameters | enclosing0:YList |
| |
| init:Boolean (default = true) — An internally used switch to help handle proper instance initialization in inheritance chains where classes can have multiple constructor-like factory methods.
This parameter can safely be ignored/omitted when calling the constructor.
|
public function current():ObjectReturnsoverride public function getClass():ClassReturns protected final function initYList_ListCursorImpl(enclosing0:YList):void
Initializes this object. See the documentation of the corresponding factory method newYList_ListCursorImpl() for details.
Parameters
See also
protected static function newYList_ListCursorImpl(enclosing0:YList):YList_ListCursorImpl Parameters
Returns public function next():void public function ok():BooleanReturns public function prev():void public function size():intReturns public function toFirst():void public function toLast():void
Wed Oct 7 2015, 04:43 PM +02:00