Vector.ensureCapacity
Class Overview | Class Members |
This Package |
All Packages
public final synchronized void ensureCapacity( int minCapacity )
Parameters
- minCapacity
- the desired minimum capacity.
Description
Increases the capacity of this vector, if necessary, to ensure
that it can hold at least the number of components specified by
the minimum capacity argument.