Skip to content

Commit 60430c0

Browse files
author
sampadawagde
committed
JAVA-622: readme changes, moved all enum articles to
core-java-lang-oop-types
1 parent 21fb328 commit 60430c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core-java-modules/core-java-lang-oop-types/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

core-java-modules/core-java-lang/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)