Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:Arraylist:Count subtitle}} | {{Template:Arraylist:Count subtitle}} | ||
[[Category:Arraylist methods|Count property]] | [[Category:Arraylist methods|Count property]] | ||
<!--DPL?? Category:Arraylist methods|<var>Count</var> property: Number of items in Arraylist--> | <!--DPL?? Category:<var>Arraylist</var> methods|<var>Count</var> property: Number of items in <var>Arraylist</var>--> | ||
<p> | <p> | ||
<var>Count</var> is a member of the [[Arraylist class]]. | <var>Count</var> is a member of the [[Arraylist class]]. | ||
</p> | </p> | ||
This readOnly property returns the number of items in the Arraylist. | This readOnly property returns the number of items in the <var>Arraylist</var>. | ||
==Syntax== | ==Syntax== | ||
{{Template:Arraylist:Count syntax}} | {{Template:Arraylist:Count syntax}} | ||
Line 12: | Line 12: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th><i>%num</i></th> | <tr><th><i>%num</i></th> | ||
<td>A numeric variable to contain the number of items in the indicated Arraylist. </td></tr> | <td>A numeric variable to contain the number of items in the indicated <var>Arraylist</var>. </td></tr> | ||
<tr><th><i> | <tr><th><i><var class="term">al</var></i></th> | ||
<td>An Arraylist object.</td></tr> | <td>An <var>Arraylist</var> object.</td></tr> | ||
</table> | </table> |
Revision as of 02:29, 20 January 2011
Number of items in Arraylist (Arraylist class)
Count is a member of the Arraylist class.
This readOnly property returns the number of items in the Arraylist.
Syntax
%count = al:Count
Syntax terms
%num | A numeric variable to contain the number of items in the indicated Arraylist. |
---|---|
al | An Arraylist object. |