Posts

Showing posts from June, 2017

How to sort Map data based on values in treemap.

How to sort Map data based on values in treemap. Here is the solution with java8 and without java8. In Java8, we have direct method for sorting. Before Java8, we need to iterate through entryset to achieve the required result. https://github.com/kavitagupta972/MyWork/blob/master/Sorting%20Map.zip