-
add( |
[withProperties]) |
→ Index |
-
Creates a new Index.
withProperties
|
Object
Initial values for properties of the new Index (Optional)
|
-
-
Returns any Index in the collection.
-
-
Displays the number of elements in the Index.
-
-
Returns every Index in the collection.
-
-
Returns the first Index in the collection.
-
-
Returns the Index with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Index with the specified ID.
-
itemByName( |
name) |
→ Index |
-
Returns the Index with the specified name.
-
itemByRange( |
from, to) |
→ Index |
-
Returns the Indexes within the specified range.
from
|
The Index, index, or name at the beginning of the range. Can accept: Index, Long Integer or String.
|
to
|
The Index, index, or name at the end of the range. Can accept: Index, Long Integer or String.
|
-
-
Returns the last Index in the collection.
-
-
Returns the middle Index in the collection.
-
-
Returns the Index whose index follows the specified Index in the collection.
obj
|
Index
The Index whose index comes before the desired Index.
|
-
previousItem( |
obj) |
→ Index |
-
Returns the Index with the index previous to the specified index.
obj
|
Index
The index of the Index that follows the desired Index.
|
-
-
Generates a string which, if executed, will return the Index.