Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

Method ADT.CircularList()->_insert_element()


Method _insert_element

void _insert_element(int index, mixed value)

Description

Insert an element in the list at the position index , the value at the position index and all above will have thier index increased with one.

Parameter index

The index to insert the value at.

Parameter value

The new value.

Throws

An error if the index is out of range.