2020年3月16日

Map集合

摘要: 一.了解Map集合吗?Map集合都有哪些实现 1.HashMap HashTable LinkedHashMap TreeMap ConcurrentHashMap 二.HashMap和HashTable之间的区别 1.HashMap:底层基于数组+单向链表(红黑树),非线程安全,默认容量为16,允 阅读全文

posted @ 2020-03-16 19:57 趁你还在 阅读(134) 评论(0) 推荐(0)

导航