List of UnicodeNamedArraylist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 24: Line 24:
<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">[[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 (UnicodeNamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item</td></tr>
<tr><td valign="top">[[NameByNumber (UnicodeNamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item</td></tr>
<tr><td valign="top">[[New (GenericNamedArraylist constructor)|New]]</td><td valign="top">Create a new GenericNamedArraylist object</td></tr>
<tr><td valign="top">[[New (UnicodeNamedArraylist constructor)|New]]</td><td valign="top">Create a new UnicodeNamedArraylist object</td></tr>
<tr><td valign="top">[[Number (UnicodeNamedArraylist function)|Number]]</td><td valign="top">Item number of specified name</td></tr>
<tr><td valign="top">[[Number (UnicodeNamedArraylist 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">Print items</td></tr>
<tr><td valign="top">[[Print (GenericNamedArraylist subroutine)|Print]]</td><td valign="top">Print items</td></tr>

Revision as of 19:17, 6 August 2012

The following are the available UnicodeNamedArraylist class methods.

MethodDescription
AuditAudit items
AverageCalculate average of items or function of items
CopyCopy UnicodeNamedArraylist
CountNumber of items
CountSubsetNumber of items that match some selection criteria
DeepCopyDeep Copy UnicodeNamedArraylist
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
NewCreate a new UnicodeNamedArraylist object
NumberItem number of specified name
PrintPrint items
RemoveItemRemove item from UnicodeNamedArraylist
SortNewSort items to an Arraylist
StandardDeviationCalculate standard deviation of items or function of items
SubsetNewCreate UnicodeNamedArraylist 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