count property

int count
getter/setter pair

the number of elements in the array. how is computed: array.length / numbe of components.

Implementation

int count = 0;