Indexed collections

An indexed collection contains an ordered collection (that is, an array-type collection) of instances identified by their position in the collection. All of the data elements in the indexed collection must be the same type. For example, the data elements in an indexed collection of addresses are all instances of a keyed collection whose associated type is Address.

The com.ibm.dse.base.IndexedCollection class is the implementation provided by the toolkit. The toolkit uses the <iColl> tag to externalize indexed collections.