第八章 Java集合

2017-07-28  本文已影响19人  Utte

集合概述



Collection和Iterator接口


Set集合

HashSet

TreeSet

EnumSet

Set实现类的性能分析


List集合

ArrayList和Vector


Queue

PriorityQueue实现类

Deque接口

LinkedList

线性表的性能分析


Map集合

HashMap和Hashtable

SortedMap接口和TreeMap实现类

WeakHashMap实现类

IdentityHashMap实现类

EnumMap实现类

Map实现类性能分析


HashSet和HashMap性能选项


Collections工具类


Enumeration接口

上一篇 下一篇

猜你喜欢

热点阅读