Update README.md

This commit is contained in:
Joe
2019-11-09 18:38:12 +08:00
committed by GitHub
parent b018525f57
commit 99c1fee9ef

View File

@@ -38,7 +38,7 @@
- [x] [第十六章 代码校验](docs/book/16-Validating-Your-Code.md)
- [x] [第十七章 文件](docs/book/17-Files.md)
- [x] [第十八章 字符串](docs/book/18-Strings.md)
- [x] [第十九章 类型信息](docs/book/19-Type-Information.md)
- [] [第十九章 类型信息](docs/book/19-Type-Information.md)
- [ ] [第二十章 泛型](docs/book/20-Generics.md)
- [x] [第二十一章 数组](docs/book/21-Arrays.md)
- [x] [第二十二章 枚举](docs/book/22-Enumerations.md)
@@ -52,7 +52,7 @@
- [ ] [附录:流式IO](docs/book/Appendix-IO-Streams.md)
- [ ] [附录:标准IO](docs/book/Appendix-Standard-IO.md)
- [x] [附录:新IO](docs/book/Appendix-New-IO.md)
- [ ] [附录:理解equals和hashCode方法](docs/book/Appendix-Understanding-equals-and-hashCode.md)
- [x] [附录:理解equals和hashCode方法](docs/book/Appendix-Understanding-equals-and-hashCode.md)
- [x] [附录:集合主题](docs/book/Appendix-Collection-Topics.md)
- [x] [附录:并发底层原理](docs/book/Appendix-Low-Level-Concurrency.md)
- [x] [附录:数据压缩](docs/book/Appendix-Data-Compression.md)