reorganize

This method enables you to reorganize the contents of the collection.

Visibility
Public
Signature
void reorganize(int factor = DEFAULT_FACTOR);
Parameters
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.


Feedback