templates.tablesToSet.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fulib Show documentation
Show all versions of fulib Show documentation
Fulib is a Java-code generating library.
toSet(className) ::=
<<
public LinkedHashSet\< > toSet()
{
LinkedHashSet\< > result = new LinkedHashSet\<>();
for (ArrayList row : this.table)
{
value = () row.get(columnMap.get(columnName));
result.add(value);
}
return result;
}
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy