首页
技术面试题 3000
如何决定使用HashMap还是TreeMap?
如何决定使用HashMap还是TreeMap?
答案解析
需排序用TreeMap,否则用HashMap。TreeMap有序,HashMap无序但效率高。
返回列表
返回首页