Skip to content

Commit ff266e5

Browse files
committed
rename chapter 11
1 parent deab4e8 commit ff266e5

File tree

4 files changed

+12
-428
lines changed

4 files changed

+12
-428
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,25 @@ All the codes run with Java 14 with the preview features enabled.
1717
7. [lambda.md](guide/chapter08-lambda.md)
1818
8. [list_and_map.md](guide/chapter09-list_and_map.md)
1919
9. [string_formatting.md](guide/chapter10-string_formatting.md)
20-
10. [encapsulation.md](guide/chapter11-encapsulation.md)
20+
10. [class_and_encapsulation.md](guide/chapter11-class_and_encapsulation.md)
2121
11. [equals_hashCode_toString.md](guide/chapter12-equals_hashCode_toString.md)
2222
12. [contract.md](guide/chapter13-contract.md)
2323
13. [modifiable_vs_mutable.md](guide/chapter13-modifiable_vs_mutable.md)
2424
14. [null_and_optional.md](guide/chapter14-null_and_optional.md)
2525
15. [inheritance.md](guide/chapter15-inheritance.md)
2626
16. [exception.md](guide/chapter16-exception.md)
2727
17. [enum.md](guide/chapter17-enum.md)
28-
18. [internal_classes.md](guide/chapter18-internal_classes.md)
29-
19. [implementing_interface.md](guide/chapter19-implementing_interface.md)
30-
20. [generics.md](guide/chapter20-generics.md)
31-
21. [wrapper.md](guide/chapter21-wrapper.md)
32-
22. [variance.md](guide/chapter22-variance.md)
33-
23. [limitation_of_generics.md](guide/chapter23-limitation_of_generics.md)
34-
24. [stream.md](guide/chapter25-stream.md)
35-
25. [collector.md](guide/chapter26-collector.md)
36-
26. [data_structure.md](guide/chapter30-data_structure.md)
37-
27. [sort.md](guide/chapter31-sort.md)
28+
18. [nested_classes.md](guide/chapter18-nested_classes.md)
29+
19. [array.md](guide/chapter19-array.md)
30+
20. [implementing_interface.md](guide/chapter19-implementing_interface.md)
31+
21. [generics.md](guide/chapter20-generics.md)
32+
22. [wrapper.md](guide/chapter21-wrapper.md)
33+
23. [variance.md](guide/chapter22-variance.md)
34+
24. [limitation_of_generics.md](guide/chapter23-limitation_of_generics.md)
35+
25. [stream.md](guide/chapter25-stream.md)
36+
26. [collector.md](guide/chapter26-collector.md)
37+
27. [data_structure.md](guide/chapter30-data_structure.md)
38+
28. [sort.md](guide/chapter31-sort.md)
3839

3940

4041
## Using Java Shell (jshell)
File renamed without changes.

guide/chapter11-encapsulation.md

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)