I have a ConcurrentHashMap , everytime I put data into it,it will be sorted in some custom order so I don't need to sort the map manully .
so how to implement that ?
Thanks
I have a ConcurrentHashMap , everytime I put data into it,it will be sorted in some custom order so I don't need to sort the map manully .
so how to implement that ?
Thanks