IntegerArray Class

The IntegerArray class is an ordered collection of Integer values in which the values are referenced by their position in the collection. Bracket ([]) subscript operators enable you to assign values to and receive values from an Integer array.

Integer arrays inherit the methods defined in the Array class.

For details about the methods defined in the IntegerArray class, see "IntegerArray Methods", in the following section.

Array

(None)