- 2026年07月08日
- 星期三
javaHashMap,TreeMap与LinkedHashMap的详解今天上午面试的时候问到了Java,Map相关的事情,我记错了HashMap和TreeMap相关的内容,回来赶紧尝试了几个demo理解下
参见英文答案 Why do many Collection classes in Java extend the abstract class and implement the interface as well?10个 HashMap类实现了Map接口: public class HashMapK,V extend
