blob: 11856dfec2cf751418f35d39794e91747c5cf79d [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.collections.IStringCollection",
"description": "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.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "getItemAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Get the string at a particular index.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "String",
"params": [{ "name": "index", "type": "int"}]}
]
}