Package java.util
Class ArrayList

Public Method trimToSize

void trimToSize()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Trims the capacity of this ArrayList instance to be the list's current size. An application can use this operation to minimize the storage of an ArrayList instance.