| Method | Defined by | ||
|---|---|---|---|
|
ArrayIterator(pStateArray:Array)
| ArrayIterator | ||
|
hasNext():Boolean
| ArrayIterator | ||
|
next():Object
| ArrayIterator | ||
|
remove():void
| ArrayIterator | ||
| ArrayIterator | () | constructor |
public function ArrayIterator(pStateArray:Array)Parameters
pStateArray:Array |
| hasNext | () | method |
public function hasNext():Boolean
Returns
Boolean |
| next | () | method |
public function next():Object
Returns
Object |
| remove | () | method |
public function remove():void