| add() | ใช้เพิ่ม ข้อมูล เข้าไปใน vector ในตำแหน่งที่กำหนด |
|---|
method:add ( index, object_string );
return type:void
content:ใช้เพิ่ม ข้อมูล เข้าไปใน vector ในตำแหน่งที่กำหนด
example:Vector vector = new Vector (); vector.addElement ( "labcode" ); vector.add ( 0, "bamboo" );