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