Search code examples
multidimensional-arraycode-generationlanguage-featuresxtend

Xtend and Arrays


Does xtend support two-or more dimensional arrays? If yes: How can i create one and use it later on? I want to store Strings in these arrays and pass it to the files.


Solution

  • Easy, just import the Guava lib into your XTend script. The Guava lib has multidimenional MultiSet in it.