Changes
A collection of changes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Change.
Change item( Mixed index )
Returns the Change with the specified index or name.
Parameters
Change itemByRange( Mixed from, Mixed to )
Returns the Changes within the specified range.
Parameters
Change firstItem()
Returns the first Change in the collection.
Change lastItem()
Returns the last Change in the collection.
Change middleItem()
Returns the middle Change in the collection.
Change previousItem( Change obj )
Returns the Change with the index previous to the specified index.
Parameters
Change nextItem( Change obj )
Returns the Change whose index follows the specified Change in the collection.
Parameters
Change anyItem()
Returns any Change in the collection.
Change everyItem()
Returns every Change in the collection.
String toSource()
Generates a string which, if executed, will return the Change.
Change []( Number index )
Returns the Change with the specified index.