TabArray.resize
void resize(int newSize) nothrowResizes a tab array.
You must subsequently initialize any tabs that were added as a result of growing the array.
Parameters
newSize | new size of the array |
void resize(int newSize) nothrowResizes a tab array.
You must subsequently initialize any tabs that were added as a result of growing the array.
newSize | new size of the array |