Array Class

An array is an ordered collection of objects in which the member objects are referenced by their position in the collection.

Unlike other primitive types, a corresponding subclass of Array for MemoryAddress values does not exist in the RootSchema. If you require such an array, subclass the Array class in your user schema, selecting MemoryAddress as the membership.

For Array classes that are internal pseudo arrays (that is, arrays of GUI‑related information only in the JADE run time module), the only Array class methods that are implemented are at, atPut, and createIterator. The atPut method is implemented only for primitive type elements on a ListBox, ComboBox, or Table control; that is, it is not implemented for a collection of controls and menu items.

For details about array subscripts and the Array methods, see "Using Subscripts in Arrays" and "Array Methods", in the following subsections.

List

BinaryArray, BooleanArray, ByteArray, CharacterArray, DateArray, DecimalArray, HugeStringArray, Integer64Array, IntegerArray, ObjectArray, PointArray, RealArray, StringArray, StringUtf8Array, TimeArray, TimeStampArray, TimeStampIntervalArray, user‑defined Array classes