Method ADT.List()->Iterator()->set()


Method set

void set(ValueType val)

Description

Set the value of the current position to val.

See also

insert(), append(), delete()