| Package | org.openPyro.collections |
| Class | public class ArrayIterator |
| Inheritance | ArrayIterator flash.events.EventDispatcher |
| Implements | IIterator |
| Property | Defined by | ||
|---|---|---|---|
| cursorIndex : int | ArrayIterator | ||
| normalizedArray : Array [read-only]
| ArrayIterator | ||
| Property | Defined by | ||
|---|---|---|---|
| _array : Array | ArrayIterator | ||
| _collection : ICollection | ArrayIterator | ||
| Method | Defined by | ||
|---|---|---|---|
|
ArrayIterator(collection:ICollection)
| ArrayIterator | ||
|
getCurrent():Object
| ArrayIterator | ||
|
getNext():Object
| ArrayIterator | ||
|
getPrevious():Object
| ArrayIterator | ||
|
hasNext():Boolean
| ArrayIterator | ||
|
hasPrevious():Boolean
| ArrayIterator | ||
|
reset():void
| ArrayIterator | ||
| Method | Defined by | ||
|---|---|---|---|
|
setSource():void
| ArrayIterator | ||
| _array | property |
protected var _array:Array
| _collection | property |
protected var _collection:ICollection
| cursorIndex | property |
cursorIndex:int [read-write]Implementation
public function get cursorIndex():int
public function set cursorIndex(value:int):void
| normalizedArray | property |
normalizedArray:Array [read-only]Implementation
public function get normalizedArray():Array
| ArrayIterator | () | constructor |
| 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
| setSource | () | method |
protected function setSource():void