Method ADT.CircularList()->push_front()
- Method push_front
void
push_front(mixed
value
)- Description
Add a new value at the front of the list.
- Parameter
value
The value to add.
void
push_front(mixed
value
)
Add a new value at the front of the list.
value
The value to add.