摘要: (1)Collection和Map的继承体系。 (2)ArrayList(数组)、LinkedList(链表)、Vector(线程同步)、Stack(继承Vector先进后出的栈)、PriorityQueue(优先级堆的极大优先级队列)、HashSet、LinkedHashSet(链表+hash)、 阅读全文
posted @ 2017-03-08 14:11 互联网新秀 阅读(172) 评论(0) 推荐(0)