
Java 8 – thenComparing() method for custom/reverse sorting
In this article, we will discuss how to sort list of Objects on multiple field/parameters using static method Comparator.comparing() and default method thenComparing() for custom/reverse sorting Read More