Method ADT.List()->insert() class ADT.List Method insert void insert(ValueType ... values) Description Insert values at the front of the list. See also append()