File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ This module contains articles about types in Java
77- [ Guide to the this Java Keyword] ( https://www.baeldung.com/java-this )
88- [ Nested Classes in Java] ( https://www.baeldung.com/java-nested-classes )
99- [ Marker Interfaces in Java] ( https://www.baeldung.com/java-marker-interfaces )
10+ - [ Iterating Over Enum Values in Java] ( https://www.baeldung.com/java-enum-iteration )
11+ - [ Attaching Values to Java Enum] ( https://www.baeldung.com/java-enum-values )
12+ - [ A Guide to Java Enums] ( https://www.baeldung.com/a-guide-to-java-enums )
Original file line number Diff line number Diff line change @@ -4,16 +4,13 @@ This module contains articles about core features in the Java language
44
55### Relevant Articles:
66- [ Generate equals() and hashCode() with Eclipse] ( https://www.baeldung.com/java-eclipse-equals-and-hashcode )
7- - [ Iterating Over Enum Values in Java] ( https://www.baeldung.com/java-enum-iteration )
87- [ Comparator and Comparable in Java] ( https://www.baeldung.com/java-comparator-comparable )
98- [ Recursion In Java] ( https://www.baeldung.com/java-recursion )
109- [ A Guide to the finalize Method in Java] ( https://www.baeldung.com/java-finalize )
1110- [ Quick Guide to java.lang.System] ( https://www.baeldung.com/java-lang-system )
1211- [ Using Java Assertions] ( https://www.baeldung.com/java-assert )
1312- [ Synthetic Constructs in Java] ( https://www.baeldung.com/java-synthetic )
1413- [ Retrieving a Class Name in Java] ( https://www.baeldung.com/java-class-name )
15- - [ Attaching Values to Java Enum] ( https://www.baeldung.com/java-enum-values )
1614- [ The Java continue and break Keywords] ( https://www.baeldung.com/java-continue-and-break )
17- - [ A Guide to Java Enums] ( https://www.baeldung.com/a-guide-to-java-enums )
1815- [ Infinite Loops in Java] ( https://www.baeldung.com/infinite-loops-java )
1916- [[ More --> ]] ( /core-java-modules/core-java-lang-2 )
You can’t perform that action at this time.
0 commit comments