I have a List of obejcts which looks like this:
List<MyObject> myObjects = ...
and MyObject has a reference to another object MyReferencedObject. I will sort List myObjects concerning a field of MyReferencedObject called sortOrder (Integer). Is there a performant possibility to do this in a performant way?