Method ADT.CircularList()->push_back()
- Method push_back
voidpush_back(mixedvalue)- 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.
valueThe value to add.