I have an unsorted collection of objects [comparable], is it possible to get a list from a list of a list without the need for sorting?
I was considering making a SortedList with a limited ability, but that doesn't seem like the right option.
I could easily write this, but I was wondering if there is another way.
I cannot modify the existing collection structure.
source
share