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