flexunit.utils

Interface Iterator


All known implementing classes
CollectionIterator

public interface Iterator




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


Method Detail

hasNext Method

public function hasNext() : Boolean

Returns
Boolean

next Method

public function next() : Object

Returns
Object