List of GenericNamedArraylist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[GenericNamedArraylist class]] methods.
The following are the available <var>[[GenericNamedArraylist class|GenericNamedArraylist]]</var> class methods.
{{Template:Method list header|class=GenericNamedArraylist}}
{{Template:Method list header|class=GenericNamedArraylist}}
<div class="showVisit">
<div class="showVisit">

Revision as of 21:27, 22 August 2011

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