List of UnicodeNamedArraylist methods: Difference between revisions
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 ( | <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.
Method | Description |
---|---|
Audit | Audit items |
Average | Calculate average of items or function of items |
Copy | Copy UnicodeNamedArraylist |
Count | Number of items |
CountSubset | Number of items that match some selection criteria |
DeepCopy | Deep Copy UnicodeNamedArraylist |
Default | Value for Item to return when Name has no value |
FindNextItem | Next item that matches some selection criteria |
FindNextItemNumber | Item number of next item that matches some selection criteria |
FindPreviousItem | Previous item that matches some selection criteria |
FindPreviousItemNumber | Item number of previous item that matches some selection criteria |
Item | Value of named item |
ItemByNumber | Return or set item using item number |
Maximum | Name of item with maximum value or maximum value of function applied to items |
MaximumItem | Item with maximum value or maximum value of function applied to items |
Minimum | Name of item with minimum value or minimum value of function applied to items |
MinimumItem | Item with minimum value or minimum value of function applied to items |
NameByNumber | Name of specified item |
New | Create a new UnicodeNamedArraylist object |
Number | Item number of specified name |
Print items | |
RemoveItem | Remove item from UnicodeNamedArraylist |
SortNew | Sort items to an Arraylist |
StandardDeviation | Calculate standard deviation of items or function of items |
SubsetNew | Create UnicodeNamedArraylist of items matching some selection criteria |
Sum | Calculate sum of items or function of items |
Trace | Trace items |
UseDefault | Flag indicating whether or not Item returns the Default value when name has no value |
Variance | Calculate variance of items or function of items |