Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/07/2010, 07:37
Avatar de fpalomar
fpalomar
 
Fecha de Ingreso: noviembre-2003
Mensajes: 123
Antigüedad: 21 años, 1 mes
Puntos: 3
Respuesta: Consulta sobre un método

Hola,

Entonces el método del API java para añadir los datos al vector sería el primero que aparece:

add
public boolean add(E e)

Appends the specified element to the end of this Vector.

Specified by:
add in interface Collection<E>
Specified by:
add in interface List<E>
Overrides:
add in class AbstractList<E>


Parameters:
e - element to be appended to this Vector
Returns:
true (as specified by Collection.add(E))
Since:
1.2

Gracias