List of GenericNamedArraylist methods

From m204wiki
Revision as of 18:20, 15 March 2011 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The following are the available GenericNamedArraylist class methods.

MethodDescription
AuditAudit items
AverageCalculate average of items or function of items
CountNumber of items
CountSubsetNumber of items that match some selection criteria
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
ItemByNumberReturn or set item using item number
MaximumItemItem with maximum value or maximum value of function applied to items
MinimumItemItem with minimum value or minimum value of function applied to items
NewCreate a new GenericNamedArraylist object
PrintPrint items
SortNewSort items to an Arraylist
StandardDeviationCalculate standard deviation of items or function of items
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