Gets an object from a list.
|


|
|
Gets object's index in a list.
|

|
|
Creates a list with an object.
|

|
|
Gets list size.
|

|
|
Checks if the list is empty.
|

|
|
Creates a list with objects.
|

|
|
Creates an empty list.
|

|
|
Sets/inserts an object at index into a list.
|


|
|
Gets a sublist from a list.
|

|
|
Makes list from text or text from a list.
|

|
|
Sorts list.
|

|
|
Creates a collection consisting of objects accessible through the named property in the original collection.
|

|
If the original collection contains objects A , B and C and each object has property foo , the resulting collection contains values accessible via A.foo , B.foo and C.foo .
|