Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Sort collection by object property in Java

A lot of time, we are sorting something in our applications. Sort numbers, sort string, etc. What about when we are sorting objects with their property. For example, you have a person class and you have a list of persons. And you need to sort this list by age property of person.