Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (what's in a name)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of items in Arraylist<section end=dpl_desc/></b></span>
{{Template:Arraylist:Count subtitle}}
[[Category:Arraylist methods|Count property]]
<var>Count</var> returns the number of items in the <var>Arraylist</var>.
<!--DPL?? Category:Arraylist methods|Count property: Number of items in Arraylist-->
<p>
Count is a member of the [[Arraylist class]].
</p>


This readOnly property returns the number of items in the Arraylist.
==Syntax==
===Syntax===
{{Template:Arraylist:Count syntax}}
  %num = %arrayl:Count
===Syntax terms===
====Syntax Terms====
<table class="syntaxTable">
<dl>
<tr><th>%count</th>
<dt><i>%num</i>
<td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr>
<dd>A numeric variable to contain the number of
<tr><th>al</th>
items in the indicated Arraylist.
<td>An <var>Arraylist</var> object.</td></tr>
<dt><i>%arrayl</i>
</table>
<dd>An Arraylist object.


</dl>
==See also==
{{Template:Arraylist:Count footer}}

Latest revision as of 06:40, 11 March 2011