If you want to sort HashMap by key, you can use the implementation of SortedMap like TreeMap, which will automatically sort the Map by keys.
確定! 回上一頁