Java Stream Collect to ArrayList
xxx.stream().collect(Collectors.toCollection(ArrayList::new));
Yordi
xxx.stream().collect(Collectors.toCollection(ArrayList::new));