@@ -17,24 +17,25 @@ All the codes run with Java 14 with the preview features enabled.
17
17
7 . [ lambda.md] ( guide/chapter08-lambda.md )
18
18
8 . [ list_and_map.md] ( guide/chapter09-list_and_map.md )
19
19
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 )
21
21
11 . [ equals_hashCode_toString.md] ( guide/chapter12-equals_hashCode_toString.md )
22
22
12 . [ contract.md] ( guide/chapter13-contract.md )
23
23
13 . [ modifiable_vs_mutable.md] ( guide/chapter13-modifiable_vs_mutable.md )
24
24
14 . [ null_and_optional.md] ( guide/chapter14-null_and_optional.md )
25
25
15 . [ inheritance.md] ( guide/chapter15-inheritance.md )
26
26
16 . [ exception.md] ( guide/chapter16-exception.md )
27
27
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 )
38
39
39
40
40
41
## Using Java Shell (jshell)
0 commit comments