Class calitha.collections.ArrayList
Extends
calitha.collections.AbstractList.
Defined in: ArrayList.js.
Constructor Attributes | Constructor Name and Description |
---|---|
calitha.collections.ArrayList(initialCapacity)
This is a list implementation backed by an array.
|
- Methods borrowed from class calitha.collections.IList:
- del, get, indexOf, insert, insertAll, lastIndexOf, listIterator, set, sort, subList
- Methods borrowed from class calitha.collections.ICollection:
- add, addAll, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray
Class Detail
calitha.collections.ArrayList(initialCapacity)
This is a list implementation backed by an array.
This class is similar to the Java ArrayList class
- Parameters:
- {Number?} initialCapacity
- optional initial capacity of the underlying array