From ec4d5eb1f0ac4462e98fb3042c5dc0cdb1919ebb Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:21:10 +0800 Subject: [PATCH] Update REAME.md --- core-java-modules/core-java-streams-6/REAME.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-streams-6/REAME.md b/core-java-modules/core-java-streams-6/REAME.md index e762829169..1cf1668074 100644 --- a/core-java-modules/core-java-streams-6/REAME.md +++ b/core-java-modules/core-java-streams-6/REAME.md @@ -1,3 +1,4 @@ ## Relevant Articles - [Java 8 Stream Operation on the Empty List](https://www.baeldung.com/java-empty-list-stream-ops) +- [Get a Range of Items from a Stream in Java](https://www.baeldung.com/java-stream-get-range)