This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
利用IDEA整理类图还是蛮不错的,虽然这个功能BUG很多。下图是J.U.C并发包中所有类组成的类图,源码看多了 再去整理这个图,感觉还是很爽的。
根据功能,主要划分了六个部分,其中比较重要的是:线程池及其相关类、并发容器、AQS与锁与同步工具类、原子类。图可能整理的不够细致,但看着这些类,回想一下其中的源码实现,感觉能侃一天。
![avatar](../../../images/JDK1.8/JUC全量UML地图.png)