Reputation: 3049
I have been trying to set duplicates,Strings,at EList.
The issue that the following method bans to add duplicates:
elist.set(index, value);
I have been searching on a way that fixes that and I have found that I need to disable Uniqueness but this would may affect the rest of framework.
Any ideas would be appreciated.
Thanks.
Upvotes: 0
Views: 97
Reputation: 66
Disable the uniqueness setting has been how I have handled this. What are the effects to the rest of the framework?
Upvotes: 1