Packageorg.openPyro.collections
Interfacepublic interface IIterator extends flash.events.IEventDispatcher
ImplementorsArrayIterator



Public Properties
 PropertyDefined by
  cursorIndex : int
IIterator
Public Methods
 MethodDefined by
  
getCurrent():Object
IIterator
  
getNext():Object
IIterator
  
getPrevious():Object
IIterator
  
hasNext():Boolean
IIterator
  
hasPrevious():Boolean
IIterator
  
reset():void
IIterator
Property detail
cursorIndexproperty
cursorIndex:int  [read-write]Implementation
    public function get cursorIndex():int
    public function set cursorIndex(value:int):void
Method detail
getCurrent()method
public function getCurrent():Object

Returns
Object
getNext()method 
public function getNext():Object

Returns
Object
getPrevious()method 
public function getPrevious():Object

Returns
Object
hasNext()method 
public function hasNext():Boolean

Returns
Boolean
hasPrevious()method 
public function hasPrevious():Boolean

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