Method ADT.List()->append()

class ADT.List

Method append

void append(ValueType ... values)

Description

Append values to the end of the list.

See also

insert()