Class calitha.collections.SubList
Extends
calitha.collections.AbstractList.
Defined in: SubList.js.
Constructor Attributes | Constructor Name and Description |
---|---|
calitha.collections.SubList(list, fromIndex, toIndex)
a view on a part of a list
|
- 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.SubList(list, fromIndex, toIndex)
a view on a part of a list
- Parameters:
- {calitha.collections.IList} list
- list
- {Number} fromIndex
- from index
- {Number} toIndex
- to index (not inclusive)