List of NamedArraylist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 5: Line 5:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Audit (GenericNamedArraylist subroutine)|Audit]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Audit (GenericNamedArraylist subroutine)|Audit]]</td><td valign="top">Audit items</td></tr>
<tr><td valign="top">[[Average (GenericNamedArraylist function)|Average]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Average (GenericNamedArraylist function)|Average]]</td><td valign="top">Calculate average of items or function of items</td></tr>
<tr><td valign="top">[[Copy (NamedArraylist function)|Copy]]</td><td valign="top">Copy the NamedArraylist</td></tr>
<tr><td valign="top">[[Copy (NamedArraylist function)|Copy]]</td><td valign="top">Copy the NamedArraylist</td></tr>
<tr><td valign="top">[[Count (GenericNamedArraylist property)|Count]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Count (GenericNamedArraylist property)|Count]]</td><td valign="top">Number of items</td></tr>
<tr><td valign="top">[[CountSubset (GenericNamedArraylist function)|CountSubset]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[CountSubset (GenericNamedArraylist function)|CountSubset]]</td><td valign="top">Number of items that match some selection criteria</td></tr>
<tr><td valign="top">[[DeepCopy (NamedArraylist function)|DeepCopy]]</td><td valign="top">Deep Copy NamedArraylist</td></tr>
<tr><td valign="top">[[DeepCopy (NamedArraylist function)|DeepCopy]]</td><td valign="top">Deep Copy NamedArraylist</td></tr>
<tr><td valign="top">[[Default (GenericNamedArraylist property)|Default]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Default (GenericNamedArraylist property)|Default]]</td><td valign="top">Value for Item to return when Name has no value</td></tr>
<tr><td valign="top">[[FindNextItem (GenericNamedArraylist function)|FindNextItem]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FindNextItem (GenericNamedArraylist function)|FindNextItem]]</td><td valign="top">Next item that matches some selection criteria</td></tr>
<tr><td valign="top">[[FindNextItemNumber (GenericNamedArraylist function)|FindNextItemNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FindNextItemNumber (GenericNamedArraylist function)|FindNextItemNumber]]</td><td valign="top">Item number of next item that matches some selection criteria</td></tr>
<tr><td valign="top">[[FindPreviousItem (GenericNamedArraylist function)|FindPreviousItem]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FindPreviousItem (GenericNamedArraylist function)|FindPreviousItem]]</td><td valign="top">Previous item that matches some selection criteria</td></tr>
<tr><td valign="top">[[FindPreviousItemNumber (GenericNamedArraylist function)|FindPreviousItemNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FindPreviousItemNumber (GenericNamedArraylist function)|FindPreviousItemNumber]]</td><td valign="top">Item number of previous item that matches some selection criteria</td></tr>
<tr><td valign="top">[[Item (NamedArraylist property)|Item]]</td><td valign="top">Value of named item</td></tr>
<tr><td valign="top">[[Item (NamedArraylist property)|Item]]</td><td valign="top">Value of named item</td></tr>
<tr><td valign="top">[[ItemByNumber (GenericNamedArraylist property)|ItemByNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[ItemByNumber (GenericNamedArraylist property)|ItemByNumber]]</td><td valign="top">Return or set item using item number</td></tr>
<tr><td valign="top">[[Maximum (NamedArraylist function)|Maximum]]</td><td valign="top">Get name of item that has maximum value</td></tr>
<tr><td valign="top">[[Maximum (NamedArraylist function)|Maximum]]</td><td valign="top">Name of item with maximum value or maximum value of function applied to items</td></tr>
<tr><td valign="top">[[MaximumItem (GenericNamedArraylist function)|MaximumItem]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MaximumItem (GenericNamedArraylist function)|MaximumItem]]</td><td valign="top">Item with maximum value or maximum value of function applied to items</td></tr>
<tr><td valign="top">[[Minimum (NamedArraylist function)|Minimum]]</td><td valign="top">Get name of item that has minimum value</td></tr>
<tr><td valign="top">[[Minimum (NamedArraylist function)|Minimum]]</td><td valign="top">Name of item with minimum value or minimum value of function applied to items</td></tr>
<tr><td valign="top">[[MinimumItem (GenericNamedArraylist function)|MinimumItem]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MinimumItem (GenericNamedArraylist function)|MinimumItem]]</td><td valign="top">Item with minimum value or minimum value of function applied to items</td></tr>
<tr><td valign="top">[[NameByNumber (NamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item</td></tr>
<tr><td valign="top">[[NameByNumber (NamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item number</td></tr>
<tr><td valign="top">[[Number (NamedArraylist function)|Number]]</td><td valign="top">Item number of named item</td></tr>
<tr><td valign="top">[[Number (NamedArraylist function)|Number]]</td><td valign="top">Item number of specified name</td></tr>
<tr><td valign="top">[[Print (GenericNamedArraylist subroutine)|Print]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Print (GenericNamedArraylist subroutine)|Print]]</td><td valign="top">Print items</td></tr>
<tr><td valign="top">[[RemoveItem (NamedArraylist function)|RemoveItem]]</td><td valign="top">Remove item from NamedArraylist</td></tr>
<tr><td valign="top">[[RemoveItem (NamedArraylist function)|RemoveItem]]</td><td valign="top">Remove item from NamedArraylist</td></tr>
<tr><td valign="top">[[SortNew (GenericNamedArraylist function)|SortNew]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[SortNew (GenericNamedArraylist function)|SortNew]]</td><td valign="top">Sort items to an Arraylist</td></tr>
<tr><td valign="top">[[StandardDeviation (GenericNamedArraylist function)|StandardDeviation]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[StandardDeviation (GenericNamedArraylist function)|StandardDeviation]]</td><td valign="top">Calculate standard deviation of items or function of items</td></tr>
<tr><td valign="top">[[SubsetNew (NamedArraylist function)|SubsetNew]]</td><td valign="top">Return all matching NamedArraylist items</td></tr>
<tr><td valign="top">[[SubsetNew (NamedArraylist function)|SubsetNew]]</td><td valign="top">Create NamedArraylist of items matching some selection criteria</td></tr>
<tr><td valign="top">[[Sum (GenericNamedArraylist function)|Sum]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Sum (GenericNamedArraylist function)|Sum]]</td><td valign="top">Calculate sum of items or function of items</td></tr>
<tr><td valign="top">[[Trace (GenericNamedArraylist subroutine)|Trace]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Trace (GenericNamedArraylist subroutine)|Trace]]</td><td valign="top">Trace items</td></tr>
<tr><td valign="top">[[UseDefault (GenericNamedArraylist property)|UseDefault]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[UseDefault (GenericNamedArraylist property)|UseDefault]]</td><td valign="top">Flag indicating whether or not Item returns the Default value when name has no value</td></tr>
<tr><td valign="top">[[Variance (GenericNamedArraylist function)|Variance]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Variance (GenericNamedArraylist function)|Variance]]</td><td valign="top">Calculate variance of items or function of items</td></tr>
</table>
</table>
==See also==
==See also==

Revision as of 19:18, 28 January 2011

The following are the available NamedArraylist class methods.

MethodDescription
AuditAudit items
AverageCalculate average of items or function of items
CopyCopy the NamedArraylist
CountNumber of items
CountSubsetNumber of items that match some selection criteria
DeepCopyDeep Copy NamedArraylist
DefaultValue for Item to return when Name has no value
FindNextItemNext item that matches some selection criteria
FindNextItemNumberItem number of next item that matches some selection criteria
FindPreviousItemPrevious item that matches some selection criteria
FindPreviousItemNumberItem number of previous item that matches some selection criteria
ItemValue of named item
ItemByNumberReturn or set item using item number
MaximumName of item with maximum value or maximum value of function applied to items
MaximumItemItem with maximum value or maximum value of function applied to items
MinimumName of item with minimum value or minimum value of function applied to items
MinimumItemItem with minimum value or minimum value of function applied to items
NameByNumberName of specified item number
NumberItem number of specified name
PrintPrint items
RemoveItemRemove item from NamedArraylist
SortNewSort items to an Arraylist
StandardDeviationCalculate standard deviation of items or function of items
SubsetNewCreate NamedArraylist of items matching some selection criteria
SumCalculate sum of items or function of items
TraceTrace items
UseDefaultFlag indicating whether or not Item returns the Default value when name has no value
VarianceCalculate variance of items or function of items

See also