Method ADT.CircularList()->add()
- Method add
voidadd(mixedvalue)- Description
Add a value at the front of the list
- Parameter
value The value to add.
- Throws
An error if the list is full.
void add(mixed value)
Add a value at the front of the list
valueThe value to add.
An error if the list is full.