Packageorg.apache.flex.collections
Interfacepublic interface ICollection
Implementors ArrayList, LazyCollection

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ICollection interface is the basic interface for an iterable collection of data items. Other extension may offer the ability to modify the collection and dispatch change events.



Public Methods
 MethodDefined By
  
getItemAt(index:int):Object
Get the item at a particular index.
ICollection
Method Detail
getItemAt()method
public function getItemAt(index:int):Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Get the item at a particular index.

Parameters

index:int

Returns
Object