Packageorg.wak.utils
Classpublic class ArrayIterator
ImplementsIIterator



Public Methods
 MethodDefined by
  
ArrayIterator(pStateArray:Array)
ArrayIterator
  
hasNext():Boolean
ArrayIterator
  
next():Object
ArrayIterator
  
remove():void
ArrayIterator
Constructor detail
ArrayIterator()constructor
public function ArrayIterator(pStateArray:Array)Parameters
pStateArray:Array
Method detail
hasNext()method
public function hasNext():Boolean

Returns
Boolean
next()method 
public function next():Object

Returns
Object
remove()method 
public function remove():void