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