| Property | Defined by | ||
|---|---|---|---|
| current : Object [read-only]
| ArrayEnumerator | ||
| Method | Defined by | ||
|---|---|---|---|
|
ArrayEnumerator(view:Array)
| ArrayEnumerator | ||
|
moveNext():Boolean
| ArrayEnumerator | ||
|
reset():void
| ArrayEnumerator | ||
| current | property |
current:Object [read-only]Implementation
public function get current():Object
| ArrayEnumerator | () | constructor |
public function ArrayEnumerator(view:Array)Parameters
view:Array |
| moveNext | () | method |
public function moveNext():BooleanReturns
Boolean |
| reset | () | method |
public function reset():void