Class calitha.collections.LinkedList
Extends
calitha.collections.AbstractList.
Defined in: LinkedList.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Linked list implementation of the List interface.
|
- 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.LinkedList()
Linked list implementation of the List interface.
This class is similar to the Java LinkedList class