Packagecom.yworks.yfiles.base
Classpublic class YList_ListCursorImpl
InheritanceYList_ListCursorImpl Inheritance YObject Inheritance Object
Implements YCursor

Cursor implementation for class YList.



Public Methods
 MethodDefined By
  
YList_ListCursorImpl(enclosing0:YList, init:Boolean = true)
YList_ListCursorImpl
  
current():Object
YList_ListCursorImpl
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
YList_ListCursorImpl
 Inherited
hashCode():int
YObject
  
next():void
YList_ListCursorImpl
  
ok():Boolean
YList_ListCursorImpl
  
prev():void
YList_ListCursorImpl
  
size():int
YList_ListCursorImpl
  
toFirst():void
YList_ListCursorImpl
  
toLast():void
YList_ListCursorImpl
Protected Methods
 MethodDefined By
  
Initializes this object.
YList_ListCursorImpl
  
[static]
YList_ListCursorImpl
Constructor Detail
YList_ListCursorImpl()Constructor
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.
Method Detail
current()method
public function current():Object

Returns
Object
getClass()method 
override public function getClass():Class

Returns
Class
initYList_ListCursorImpl()method 
protected final function initYList_ListCursorImpl(enclosing0:YList):void

Initializes this object. See the documentation of the corresponding factory method newYList_ListCursorImpl() for details.

Parameters

enclosing0:YList

See also

newYList_ListCursorImpl()method 
protected static function newYList_ListCursorImpl(enclosing0:YList):YList_ListCursorImpl

Parameters

enclosing0:YList

Returns
YList_ListCursorImpl
next()method 
public function next():void

ok()method 
public function ok():Boolean

Returns
Boolean
prev()method 
public function prev():void

size()method 
public function size():int

Returns
int
toFirst()method 
public function toFirst():void

toLast()method 
public function toLast():void