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

templates.tablesToSet.stg Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version

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