Class com.boostworthy.collections.Stack
- com.boostworthy.collections.Stack
Constructor Detail
Stack
public function Stack()Method Detail
Clear
public function Clear():VoidAddElement
public function AddElement(objElement:Object):VoidRemoveElement
public function RemoveElement(objElement:Object):VoidGetLength
public function GetLength():NumberGetIterator
public function GetIterator(nIterator:Number):Iterator_ISpecified By