Class com.boostworthy.collections.iterators.ForwardArrayIterator

Implemented Interfaces

Iterator_I

Method Index

new ForwardArrayIterator()
HasNext(), Next(), Reset()

Inherited from BaseObject

Constructor Detail

ForwardArrayIterator

public function ForwardArrayIterator(aData:Array)

Method Detail

HasNext

public function HasNext():Boolean

Next

public function Next():Object

Reset

public function Reset():Void