method:capacity ();return type:intcontent:ใช้คืนค่าจำนวนสมาชิกที่สามารถจัดเก็บใน vector ได้example:Vector vector = new Vector ( 20 ); int num_size = vector.capacity ();