List of Arraylist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (Automatically generated page update)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The following are the available [[Arraylist class]] methods.
<!-- This page was automatically generated and will be automatically
 
    replaced, so any manual edits will be lost. You've been warned. -->
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
The following are the available <var>[[Arraylist class|Arraylist]]</var> class methods.
<dpl>
{{Template:Method list header|class=Arraylist}}
category = Arraylist_methods
<div class="showVisit">
include = dpl_desc
<table class="wikitable">
table =,Method,Description
<tr><th>Method</th><th>Description</th></tr>
</dpl>
<tr><td valign="top">[[Add (Arraylist function)|Add]]</td><td valign="top">Add Arraylist items</td></tr>
 
<tr><td valign="top">[[Audit (Arraylist subroutine)|Audit]]</td><td valign="top">Audit Arraylist</td></tr>
[[Category:Arraylist methods]]
<tr><td valign="top">[[Average (Arraylist function)|Average]]</td><td valign="top">Average the members of this ArrayList</td></tr>
<tr><td valign="top">[[Copy (Arraylist function)|Copy]]</td><td valign="top">Copy the Arraylist</td></tr>
<tr><td valign="top">[[Count (Arraylist property)|Count]]</td><td valign="top">Number of items in Arraylist</td></tr>
<tr><td valign="top">[[CountSubset (Arraylist function)|CountSubset]]</td><td valign="top">Number of items matching a criterion</td></tr>
<tr><td valign="top">[[DeepCopy (Arraylist function)|DeepCopy]]</td><td valign="top">Deep Copy the Arraylist</td></tr>
<tr><td valign="top">[[Dequeue (Arraylist function)|Dequeue]]</td><td valign="top">Retrieve first Arraylist item, then remove item</td></tr>
<tr><td valign="top">[[Enqueue (Arraylist function)|Enqueue]]</td><td valign="top">Add item to end of Arraylist</td></tr>
<tr><td valign="top">[[FindNextItem (Arraylist function)|FindNextItem]]</td><td valign="top">Find matching Arraylist item</td></tr>
<tr><td valign="top">[[FindNextItemNumber (Arraylist function)|FindNextItemNumber]]</td><td valign="top">Return number of matching item</td></tr>
<tr><td valign="top">[[FindPreviousItem (Arraylist function)|FindPreviousItem]]</td><td valign="top">Find matching Arraylist item</td></tr>
<tr><td valign="top">[[FindPreviousItemNumber (Arraylist function)|FindPreviousItemNumber]]</td><td valign="top">Return number of matching item</td></tr>
<tr><td valign="top">[[FirstItem (Arraylist property)|FirstItem]]</td><td valign="top">Retrieve or set value of first Arraylist item</td></tr>
<tr><td valign="top">[[Insert (Arraylist function)|Insert]]</td><td valign="top">Insert items into Arraylist</td></tr>
<tr><td valign="top">[[Item (Arraylist property)|Item]]</td><td valign="top">Return or set Arraylist item value</td></tr>
<tr><td valign="top">[[LastItem (Arraylist property)|LastItem]]</td><td valign="top">Retrieve or set value of last Arraylist item</td></tr>
<tr><td valign="top">[[List (Arraylist function)|List]]</td><td valign="top">Construct and populate a new Arraylist</td></tr>
<tr><td valign="top">[[Maximum (Arraylist function)|Maximum]]</td><td valign="top">Get number of maximum item</td></tr>
<tr><td valign="top">[[MaximumItem (Arraylist function)|MaximumItem]]</td><td valign="top">Get item that has maximum value</td></tr>
<tr><td valign="top">[[Minimum (Arraylist function)|Minimum]]</td><td valign="top">Get number of minimum item</td></tr>
<tr><td valign="top">[[MinimumItem (Arraylist function)|MinimumItem]]</td><td valign="top">Get item that has minimum value</td></tr>
<tr><td valign="top">[[New (Arraylist constructor)|New]]</td><td valign="top">Create a new Arraylist object</td></tr>
<tr><td valign="top">[[Pop (Arraylist function)|Pop]]</td><td valign="top">Retrieve last Arraylist item, then remove item</td></tr>
<tr><td valign="top">[[Print (Arraylist subroutine)|Print]]</td><td valign="top">Print Arraylist</td></tr>
<tr><td valign="top">[[Push (Arraylist function)|Push]]</td><td valign="top">Append item to Arraylist</td></tr>
<tr><td valign="top">[[RemoveItem (Arraylist function)|RemoveItem]]</td><td valign="top">Remove item from Arraylist</td></tr>
<tr><td valign="top">[[Sort (Arraylist subroutine)|Sort]]</td><td valign="top">Sort the input Arraylist</td></tr>
<tr><td valign="top">[[SortNew (Arraylist function)|SortNew]]</td><td valign="top">Return new sorted Arraylist</td></tr>
<tr><td valign="top">[[StandardDeviation (Arraylist function)|StandardDeviation]]</td><td valign="top">Compute the standard deviation of the items</td></tr>
<tr><td valign="top">[[SubsetNew (Arraylist function)|SubsetNew]]</td><td valign="top">Return all matching Arraylist items</td></tr>
<tr><td valign="top">[[Sum (Arraylist function)|Sum]]</td><td valign="top">Compute the sum of the items</td></tr>
<tr><td valign="top">[[Trace (Arraylist subroutine)|Trace]]</td><td valign="top">Trace Arraylist</td></tr>
<tr><td valign="top">[[Variance (Arraylist function)|Variance]]</td><td valign="top">Compute the variance of the items</td></tr>
</table>
</div>
==See also==
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<li>[[Arraylist class]]
<li>[[FloatNamedArraylist class]]
<li>[[NamedArraylist class]]
<li>[[UnicodeNamedArraylist class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of FloatNamedArraylist methods]]
<li>[[List of NamedArraylist methods]]
<li>[[List of UnicodeNamedArraylist methods]]
<li>[[List of Collection methods]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[Arraylist methods syntax]]
<li>[[FloatNamedArraylist methods syntax]]
<li>[[NamedArraylist methods syntax]]
<li>[[UnicodeNamedArraylist methods syntax]]
</ul></td>
</tr>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:27, 1 November 2011

The following are the available Arraylist class methods.

MethodDescription
AddAdd Arraylist items
AuditAudit Arraylist
AverageAverage the members of this ArrayList
CopyCopy the Arraylist
CountNumber of items in Arraylist
CountSubsetNumber of items matching a criterion
DeepCopyDeep Copy the Arraylist
DequeueRetrieve first Arraylist item, then remove item
EnqueueAdd item to end of Arraylist
FindNextItemFind matching Arraylist item
FindNextItemNumberReturn number of matching item
FindPreviousItemFind matching Arraylist item
FindPreviousItemNumberReturn number of matching item
FirstItemRetrieve or set value of first Arraylist item
InsertInsert items into Arraylist
ItemReturn or set Arraylist item value
LastItemRetrieve or set value of last Arraylist item
ListConstruct and populate a new Arraylist
MaximumGet number of maximum item
MaximumItemGet item that has maximum value
MinimumGet number of minimum item
MinimumItemGet item that has minimum value
NewCreate a new Arraylist object
PopRetrieve last Arraylist item, then remove item
PrintPrint Arraylist
PushAppend item to Arraylist
RemoveItemRemove item from Arraylist
SortSort the input Arraylist
SortNewReturn new sorted Arraylist
StandardDeviationCompute the standard deviation of the items
SubsetNewReturn all matching Arraylist items
SumCompute the sum of the items
TraceTrace Arraylist
VarianceCompute the variance of the items

See also