Java 8 Stream - How to Sort a Map using lambda | Example | Java Techie

preview_player
Показать описание
This video explain you How to sort a Map in java 8 using lambda expression and stream API even we use Comparator for custom sorting order with stream api - real time example

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Рекомендации по теме
Комментарии
Автор

You are going all the way....Really very useful java material online ...far far better than Institutes who demand money and does no justice in teaching java....Thank you buddy

sreetmi
Автор

First of all ... I am really thankful to you ... You explained every topic i.e. spring, java8 or others with explanatory way.
It will be quite easy for us to understand the topic.

Aapko guru dakshina to dena bnta h 🙏

nidhimanav
Автор

Best explanation. I learnt a lot from this channel. Thank you so very much 🙏

madhurajsingh
Автор

Thank you so much. Learning from your videos in realtime.

omsonschicago
Автор

Thanks for the good explanation. The way examples were explained is awesome. Please continue to do the same.

venkatah
Автор

Very nice explanation.
Regards from Mexico.

YanivNahumIPN
Автор

Hello Java Techie, your explanation is the best ever. My request is that please make a video for Optional class as well. Thanks.

raghukg
Автор

Please don't stop here .. make more videos on this type of concept.

saurabhkailashchandrapuran
Автор

I've never seen this kind of detailed explanation on rare concepts. Very useful bro... Thank You so much for this video.. Keep it up :)

neutral
Автор

Amazing explanation! Please make more video on java 8

shubhamthakare
Автор

Great....God bless you please make video on difference between interface and abstract class with example in Java 8. Would be highly appreciated.

taufiquealam
Автор

Sir, found very late, but so helpful, please do videos on data structures and algorithm with same kinda explanation for time and space complexity

sreddy
Автор

great presentation with realtime examples!! please also cover Optional Class methods

ramkethireddy
Автор

Instead of using reverse() on comparingByvalue I have used like below ..

sarojsahoo
Автор

Nice one , I want to see how to debbug in java

yared
Автор

This example too you used (int) for Long. If you use actual Long values then this code will break. Very fuzzy logic to use Employee as key and value as Integer

RealSlimShady-umgf
Автор

It took me a while to understand that he used a list to stream list of strings and then map to stream employee objects

uxiraj
Автор

Can u detailed explanation for method reference

sujithg
Автор

sorry for the lame question...but we're using the entrySet() with employeeMap just to get it in list form(Map.Entry), so that we can use it for sorting, like entry.getKey()... right?

tiwarybaba
Автор

Time stem 6:54 i try to add reversed() method but it gives error

abhinavjain