Inserts all elements in the specified array at specified index, keeping the order of the array. Shifts the subsequent elements to the right.
true if this list has changed as a result of this operation, false otherwise.
position at which the array's elements should be inserted
array to be inserted
Adds an item listener for this list. Listener will be invoked whenever an item is added to or removed from this list.
registration ID of the listener.
object with listener functions
true if updated item should be included in the event.
Checks if the list contains all of the elements of the specified array.
true if this list contains all of the elements of the specified array, false otherwise.
elements to be checked for presence in this list.
Returns a view of this list that contains elements between index numbers from start
(inclusive) to end (exclusive)
a view of the list
start of the view
end of the view
Generated using TypeDoc
Concurrent and distributed list.
Methods that require serialization/deserialization may throw RangeError, e.g when there is no suitable serializer for a certain type.