m.group() ke tipo di variabile ritorna??io devo fare ritornare le stringhe e metterle in 1ArrayList...
Così è giusto??

ArrayList<String> a = new ArrayList<String>();
a.add(m.group());

Grazie mille