Update README.md

[skip ci]
This commit is contained in:
edizor 2023-02-02 23:00:22 +08:00 committed by GitHub
parent 6c90868613
commit ccd2927e3a
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ This module contains articles about types in Java
- [Check if an Enum Value Exists in Java](https://www.baeldung.com/java-search-enum-values)
- [Generate a Random Value From an Enum](https://www.baeldung.com/java-enum-random-value)
- [Filling a List With All Enum Values in Java](https://www.baeldung.com/java-enum-values-to-list)
- [Comparing a String to an Enum Value in Java](https://www.baeldung.com/java-comparing-string-to-enum)