-
-
Returns any Change in the collection.
-
-
Displays the number of elements in the Change.
-
-
Returns every Change in the collection.
-
-
Returns the first Change in the collection.
-
-
Returns the Change with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
itemByRange( |
from, to) |
→ Change |
-
Returns the Changes within the specified range.
from
|
The Change, index, or name at the beginning of the range. Can accept: Change, Long Integer or String.
|
to
|
The Change, index, or name at the end of the range. Can accept: Change, Long Integer or String.
|
-
-
Returns the last Change in the collection.
-
-
Returns the middle Change in the collection.
-
-
Returns the Change whose index follows the specified Change in the collection.
obj
|
Change
The Change whose index comes before the desired Change.
|
-
-
Returns the Change with the index previous to the specified index.
obj
|
Change
The index of the Change that follows the desired Change.
|
-
-
Generates a string which, if executed, will return the Change.