size()

Return the number of elements in this business object array.

Syntax

int size()

Examples

The following example returns the number of elements in the array items.

int size = items.size(); 

Copyright IBM Corp. 2004