java - Is that possible to sort HashMap by Arrays.sort -


i sort array using arrays.sort. know should done collections.sort teacher wanted use of arrays.sort possible? i pass comparator.

you can use this:

arrays.sort(yourhashmap.entryset().toarray()); 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -