This method enables you to reorganize the contents of the collection.
Public
void reorganize(int factor = DEFAULT_FACTOR);
factor
Specifies the array size increment factor. For example, if the array size is 20 elements and the factor is 3, the new array size will be 60 elements. The default factor is 2.