Vector.trimToSize

Vector.trimToSize

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized void trimToSize()
Description
Trims the capacity of this vector to be the vector's current size. An application can use this operation to minimize the storage of a vector.