You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
source-code-hunter/docs/JDK/concurrentCoding/JUC并发包UML全量类图.md

5 lines
517 B

This file contains ambiguous Unicode characters!

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)