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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -