摘要: Map->HashMap(键和值hash相关) 线性表List->ArrayList(快速索引) Map<Integer, Integer> map = new HashMap<>(); for (int i = 0; i < nums.length; i++) { map.put(nums[i], 阅读全文
posted @ 2019-08-05 09:43 ppCola 阅读(112) 评论(0) 推荐(0) 编辑