I have a list of object to sort alphabetically on an attribute. I can’t override the equals method on this object because it’s a generated class, my implementation will be deleted during the next generation.
I think I will implement this sort in a toolbox class.
Is there a way to not reinvent the wheel?
I have a list of object to sort alphabetically on an attribute. I can’t
Share
Use custom
Comparator