Method ADT.Sequence()->SequenceIterator()->set_value()

class ADT.Sequence
class ADT.Sequence.SequenceIterator

Method set_value

mixed set_value(mixed val)

Description

Set the value at the current position.

Parameter val

The new value.

Returns

Returns the old value.