Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

本文涉及集合类知识以及面试常问知识点 OverView集合类分为List,Map,Set. 先上张图 Map包括HashMap, LinkedHashMap, HashTable, TreeMap 和 WeakHashMap, ConcurrentHashMap HashMap 不是线程安全,最多允许一条键为null的记录 LinkedHashMap 保存了记录的插入顺序 Con...
Java