January 2018
Intermediate to advanced
434 pages
14h 1m
English
We have already seen how to sort a list based on a specified parameter using a comparator. However, so far, we have worked with lists having non-null values. In this recipe, we will see how to sort a list of objects, which have the null property (on which we are sorting). So let's get started.
Read now
Unlock full access