new javascript.util.ArrayList()
Extends
Members
-
add
-
Ensures that this collection contains the specified element (optional operation).
-
addAll
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
-
get
-
Returns the element at the specified position in this list.
-
isEmpty
-
Returns true if this collection contains no elements.
-
iterator
-
Returns an iterator over the elements in this collection.
-
remove
-
Removes a single instance of the specified element from this collection if it is present. (optional)
-
set
-
Replaces the element at the specified position in this list with the specified element (optional operation).
-
size
-
Returns an iterator over the elements in this collection.
-
toArray
-
Returns an array containing all of the elements in this collection.