Questions Tagged With apihttps://answers.axonivy.com/tags/api/?type=rss&user=Benedict%20Groppequestions tagged <span class="tag">api</span>enWed, 24 Feb 2010 09:18:46 -0500Java collections in ivyScripthttps://answers.axonivy.com/questions/333/java-collections-in-ivyscript<p>I have multiple lists which I combine into one and then have to remove duplicated entries. This in ivyScript. In Java I would use <code>ArrayList</code> for the lists, copy them into a <code>HashSet</code> to remove the duplicates. </p> <p>But I thin I cannot use HashSet in ivyScript and as well the casting of ArrayList does not seem to work as expected. </p>Benedict GroppeWed, 24 Feb 2010 09:18:46 -0500https://answers.axonivy.com/questions/333/java-collections-in-ivyscriptivyscriptapijava