Auf Thema antworten

variant.addAll(Arrays.asList(arr[2]));

->

variant.add(arr);



Oben