This method
enables you to reorganize the contents of the collection.
Signaturevoid reorganize(int factor = DEFAULT_FACTOR);
Parametersfactor
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.