Packageorg.apache.flex.data
Interfacepublic interface IStringCollection

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

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



Public Methods
 MethodDefined By
  
getItemAt(index:int):String
Get the string at a particular index.
IStringCollection
Method Detail
getItemAt()method
public function getItemAt(index:int):String

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

Get the string at a particular index.

Parameters

index:int

Returns
String