OctopusLian / leetcode-solutions

LeetCode,LintCode,牛客网,企业题库,《Sword to Offer》,《Cracking the Coding Interview》题解
MIT License
4 stars 4 forks source link

每日一题:java里,总体说一下集合框架。(京东金融) #199

Closed OctopusLian closed 2 years ago

OctopusLian commented 4 years ago

https://www.jianshu.com/p/dd93787dc381 收马李色坤(Collection、Map、List、Set、Queue)。 李矢数链写(List:Vector矢量、ArrayList数组、LinkedList链表、CopyOnWriteList写时复制容器)。 哈排枚写并(Set:HashSet哈希集、SortedSet有序集、EnumSet枚举集、CopyOnWriteArraySet写时复制数组集、ConcurrentSkipListSet并发跳表集)。 队德阻优并(Queue:Deque德克、BlockingQueue阻塞队列、PriorityQueue优先队列、ConcurrentLinkedQueue并发链接队列)。 阻数优链传同延(BlockingQueue阻塞队列:ArrayBlockingQueue数组阻塞、PriorityBlockingQueue优先阻塞、LinkedBlockingQueue链表阻塞、TransferQueue运输、SynchronousQueue同步、DelayQueue延迟)。 哈树弱标并(Map:HashMap哈希表、TreeMap树表、WeakHashMap弱哈希表、IdentityHashMap标识哈希表、ConcurrentMap并发表)。