Packagesv.data
Interfacepublic interface IEnumerator
ImplementorsArrayEnumerator



Public Properties
 PropertyDefined by
  current : Object
[read-only]
IEnumerator
Public Methods
 MethodDefined by
  
moveNext():Boolean
IEnumerator
  
reset():void
IEnumerator
Property detail
currentproperty
current:Object  [read-only]

Implementation
    public function get current():Object
Method detail
moveNext()method
public function moveNext():Boolean

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