BAEL-6717 Convert One Enum to Another Enum in Java (#14400)

- added new module core-java-lang-6
- added data model and test for enums
This commit is contained in:
Tetiana
2023-07-13 22:29:37 +03:00
committed by GitHub
parent 0e6ef73cdd
commit 8be07c6b36
11 changed files with 294 additions and 0 deletions
@@ -0,0 +1,7 @@
## Core Java Lang (Part 6)
This module contains articles about core features in the Java language
### Relevant Articles:
- [Convert One Enum to Another Enum in Java](<link - TODO>)