All Downloads are FREE. Search and download functionalities are using the official Maven repository.

snippets.aggregate-list.txt Maven / Gradle / Ivy

ArrayList result = new ArrayList<>();

for (List list : lists) {
    result.addAll(list);
}
return result;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy