Packageflexunit.utils
Classpublic class CollectionIterator
ImplementsIterator



Public Methods
 MethodDefined by
  
CollectionIterator
  
hasNext():Boolean
CollectionIterator
  
next():Object
CollectionIterator
Constructor detail
CollectionIterator()constructor
public function CollectionIterator(collection:Collection)Parameters
collection:Collection
Method detail
hasNext()method
public function hasNext():Boolean

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

Returns
Object