Stream Java zbiera do ArrayList
xxx.stream().collect(Collectors.toCollection(ArrayList::new));
Yordi
xxx.stream().collect(Collectors.toCollection(ArrayList::new));