I have a Collection (unordered) of objects with an id property, and an (ordered) List of ids. The id list is not sorted. I\'d like to crea
You can:
With the first solution you have to modify your object, with the second one you have to create another class but you can leave your object unmodified.
is your object class.