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

snippets.buildable-array-getter.txt Maven / Gradle / Ivy

List<%s> result = new ArrayList<>();
for (%s builder : %s) {
    result.add(builder.build());
}
return result.toArray(new %s[result.size()]);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy