flexunit.utils

Class CollectionIterator



All implemented interfaces
Iterator

public class CollectionIterator




Constructor Summary
CollectionIterator(collection:Collection)


Method Summary
hasNext() : Boolean                                        
next() : Object                                        


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