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