| Package | org.openPyro.collections |
| Interface | public interface IIterator extends flash.events.IEventDispatcher |
| Implementors | ArrayIterator |
| Property | Defined by | ||
|---|---|---|---|
| cursorIndex : int | IIterator | ||
| Method | Defined by | ||
|---|---|---|---|
|
getCurrent():Object
| IIterator | ||
|
getNext():Object
| IIterator | ||
|
getPrevious():Object
| IIterator | ||
|
hasNext():Boolean
| IIterator | ||
|
hasPrevious():Boolean
| IIterator | ||
|
reset():void
| IIterator | ||
| cursorIndex | property |
cursorIndex:int [read-write]Implementation
public function get cursorIndex():int
public function set cursorIndex(value:int):void
| 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