Merge pull request #13373 from honeykakkar/patch-2

Fix link to the previous article in README.md
This commit is contained in:
Loredana Crusoveanu 2023-03-01 19:47:43 +02:00 committed by GitHub
commit 416dc0492d
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
- [Getting the Size of an Iterable in Java](https://www.baeldung.com/java-iterable-size)
- [Java Null-Safe Streams from Collections](https://www.baeldung.com/java-null-safe-streams-from-collections)
- [Differences Between Iterator and Iterable and How to Use Them?](https://www.baeldung.com/java-iterator-vs-iterable)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-1) [[next -->]](/core-java-modules/core-java-collections-3)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections) [[next -->]](/core-java-modules/core-java-collections-3)