Class: List

eclairjs.List

new List(obj)

An ordered collection. The user of this has precise control over where in the list each element is inserted. The user can access elements by their integer index (position in the list), and search for elements in the list.
Parameters:
Name Type Description
obj
Source: