From 9ca23b6e1b341d152f481aff569b5a37c9065604 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 11 Mar 2025 10:50:26 +0300 Subject: [PATCH] m --- pl/java/features/stream/docs/presentations.txt | 1 + pl/java/features/stream/features/spliterator.txt | 8 ++++++++ pl/java/features/stream/iterator/spliterators.txt | 4 ---- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 pl/java/features/stream/iterator/spliterators.txt diff --git a/pl/java/features/stream/docs/presentations.txt b/pl/java/features/stream/docs/presentations.txt index c2489edc7..6c545e18a 100644 --- a/pl/java/features/stream/docs/presentations.txt +++ b/pl/java/features/stream/docs/presentations.txt @@ -37,6 +37,7 @@ DailyCodeBuffer - Streams API Tutorial in Java 8+ of 31:37 2016 JPoint - Strange of Stream API of 57:13 https://www.youtube.com/watch?v=TPHMyVyktsw + !!! a lot of details regarding spliterator, flatMap and so on JPoint - Valeev - Stream API - Dogholders Reccommendations of 55:28 https://www.youtube.com/watch?v=vxikpWnnnCU !!! diff --git a/pl/java/features/stream/features/spliterator.txt b/pl/java/features/stream/features/spliterator.txt index 8aae72993..6f2813536 100644 --- a/pl/java/features/stream/features/spliterator.txt +++ b/pl/java/features/stream/features/spliterator.txt @@ -1,3 +1,11 @@ 2021 Tsymbalyuk - Spliterators 0:00 of 36:25 https://www.youtube.com/watch?v=V5w5Dos245o +2019 +https://www.baeldung.com/java-iterable-to-stream +2017 +https://hedleyproctor.com/2017/06/writing-a-custom-spliterator-in-java-8/ +2016 +JPoint - Strange of Stream API of 57:13 + https://www.youtube.com/watch?v=TPHMyVyktsw + !!! a lot of details regarding spliterator, flatMap and so on diff --git a/pl/java/features/stream/iterator/spliterators.txt b/pl/java/features/stream/iterator/spliterators.txt deleted file mode 100644 index 397a20343..000000000 --- a/pl/java/features/stream/iterator/spliterators.txt +++ /dev/null @@ -1,4 +0,0 @@ -2019 -https://www.baeldung.com/java-iterable-to-stream -2017 -https://hedleyproctor.com/2017/06/writing-a-custom-spliterator-in-java-8/