Optional
initialThe initial capacity of the Vector.
0
, unless initialLength is greater.
Optional
initialThe initial length of the Vector. The initial values are initialized to 0
.
Optional
growthThis method is called when the Vector needs to be resized to determine how much more memory should be allocated. The default behavior is to grow by a rate of 1.5.
The advanced options that can be used to control the construction of a Vector or BigVector