append method
Adds a string to the end of the current collection.
append(value )
Parameters
String value
New value to store into the collection, which may be null.
Returns
void
¿Fue esto útil?