Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in java-stream
How does the reduce() method work in Java 8?
Sep 09, 2025
java
java-8
java-stream
reduce
Create a map with composite key with Java 8 on the fly
Sep 09, 2025
java
java-8
java-stream
Single element in multiple groups when grouping with stream API
Sep 09, 2025
java
java-8
java-stream
Convert Java stream of strings to array of float
Sep 08, 2025
java
arrays
generics
java-8
java-stream
Where does official documentation say that Java's parallel stream operations use fork/join?
Sep 09, 2025
java
java-8
fork-join
java-stream
forkjoinpool
Return the N last elements in Java Streams [duplicate]
Sep 08, 2025
java
string
split
java-8
java-stream
search for example of inconsistent behavior java-8 stream?
Sep 08, 2025
lambda
java-8
hashmap
java-stream
Java 8 List<T> into Map<T, (index)> [duplicate]
Sep 07, 2025
java
lambda
java-8
java-stream
Stuck with Java 8 stream usage
Sep 07, 2025
java-8
java-stream
Why does a parallel stream processing with lambda in the static initializer block with forEachOrdered produces a deadlock, but not with forEach?
Sep 05, 2025
java
multithreading
lambda
foreach
java-stream
How to convert IntStream into List<Character>?
Sep 06, 2025
java
java-stream
Stream.peek() can be skipped for optimization
Sep 06, 2025
java
java-8
sonarqube
java-stream
side-effects
What's the time complexity of Java Stream distinct().sorted()?
Sep 05, 2025
java
java-stream
Java 8 Streams - how to merge elements from the list with the same fields to one element and sum up
Sep 06, 2025
java
java-8
java-stream
Duplicate key (attempted merging values x and x)
Sep 04, 2025
java
java-stream
How to flatten map values using java streams
Sep 05, 2025
java
lambda
java-8
java-stream
Convert Map<A, B> to List< Pair<A,B> > - is this the most efficient where A, B are classes?
Sep 04, 2025
java
java-8
java-stream
Is there a way to delay the execution of the completable future?
Sep 04, 2025
java
asynchronous
java-stream
completable-future
How to save order of the stream in map
Sep 02, 2025
java
java-stream
Java 17's parallelStream() causes critical performance issues with code that runs fine in Java 16. Why?
Sep 03, 2025
java
java-stream
jetty
java-17
« Newer Entries
Older Entries »