如何决定使用HashMap还是TreeMap?

答案解析

需排序用TreeMap,否则用HashMap。TreeMap有序,HashMap无序但效率高。