Method ADT.CircularList()->allocate()
- Method allocate
voidallocate(intelements)- Description
Increase the maxsize of the CircularlList.
- Parameter
elements Add this number of new elements to the list.
void allocate(int elements)
Increase the maxsize of the CircularlList.
elementsAdd this number of new elements to the list.