A map is not meant to be sorted, but accessed fast. Object equal values break the constraint of the map. Use the entry set, like List<Map.Entry<...>> list = ...
確定! 回上一頁