I have multiple lists which I combine into one and then have to remove duplicated entries. This in ivyScript. In Java I would use ArrayList for the lists, copy them into a HashSet to remove the duplicates.

But I thin I cannot use HashSet in ivyScript and as well the casting of ArrayList does not seem to work as expected.

asked 24.02.2010 at 09:18

Benedict%20Groppe's gravatar image

Benedict Groppe
(suspended)
accept rate: 50%


You can use these classes directly in ivyScript Just assign them to a ivyScript List and you can use it.

link

answered 25.02.2010 at 02:48

Benedict%20Groppe's gravatar image

Benedict Groppe
(suspended)
accept rate: 50%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×52
×37
×33

Asked: 24.02.2010 at 09:18

Seen: 2,850 times

Last updated: 24.02.2010 at 09:18