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

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

LinkedHashSet result = new LinkedHashSet<>();

for (Set set : sets) {
    result.addAll(set);
}
return result;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy