Vector.capacityIncrement

Vector.capacityIncrement

Class Overview | Class Members | This Package | All Packages

Syntax
protected int capacityIncrement
Description
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity. If the capacity is 0, the capacity of the vector is doubled each time it needs to grow.