I have derived SelectItem to create a class of CollectionItem. My CollectionItem can contain a list of any serializable objects (integer, Double, String , ...). So in the CollectionItem , i can have multiple values which are identical.
Let's say my CollectionItem has the following Integer values : 1 3 9 1
If the user selects the last "1", and press delete button, my CollectionItem will delete the first "1". This is why I asked the question.
Thank you for your replies.
Let's say my CollectionItem has the following Integer values : 1 3 9 1
If the user selects the last "1", and press delete button, my CollectionItem will delete the first "1". This is why I asked the question.
Thank you for your replies.
Comment