Updated README.md

added a link back to the article: https://www.baeldung.com/java-enum-random-value
This commit is contained in:
Asjad J 2022-05-03 15:06:06 +05:00 committed by GitHub
parent 4f69d80a8f
commit 02cd7a1aaf
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@
- [Automorphic Numbers in Java](https://www.baeldung.com/java-automorphic-numbers)
- [Convert Byte Size Into a Human-Readable Format in Java](https://www.baeldung.com/java-human-readable-byte-size)
- [Convert boolean to int in Java](https://www.baeldung.com/java-boolean-to-int)
- [Generate a Random Value From an Enum](https://www.baeldung.com/java-enum-random-value)