Search code examples
How do i format a java.time.Duration mm:ss...

javajava-8datetime-formatjava-timeduration

Read More
How to group List of Lists using a certain criteria in Java 8...

javajava-8java-streamgrouping

Read More
For loop for keys of map using streams...

javajava-8java-stream

Read More
Receiving same ZonedDateTime for different time strings...

javadatetimejava-8java-timedatetime-parsing

Read More
Precise definition of "functional interface" in Java 8...

javalambdajava-8abstractfunctional-interface

Read More
Java8 DateFormatter for pattern "Dec 01, 2019 1:00:00 PM +00:00"...

datejava-8datetime-formatlocaldatedatetimeformatter

Read More
How to validate that a Java 8 Stream has two specific elements in it?...

javajava-8java-stream

Read More
How to check if exists any duplicate in Java 8 Streams?...

javajava-8duplicatesjava-stream

Read More
Find the total of a nested value from List<Obj> using Java 8 streams...

javacollectionsjava-8java-stream

Read More
Java 8 Streams filtering out empty String[] from List<String[]>?...

javajava-8java-stream

Read More
How to short-circuit a reduce() operation on a Stream?...

javajava-8java-streamreduce

Read More
Find Employees with same salary using Java 8 Streams...

java-8java-stream

Read More
Parse ZonedDateTime from String containing milliseconds...

javajava-8date

Read More
How to short-circuit a reduction of boolean values combined using || on Stream?...

javajava-8java-stream

Read More
Get count of matching JSON keys using the Java Stream API...

javajava-8java-stream

Read More
How to build a new list containing all entries from existing list AND a copy of each entry with one ...

javalistjava-8java-stream

Read More
How to distribute a list into sub-lists, keeping the original order of the elements?...

javalistsplitjava-8

Read More
Split an ordered list of numbers multiple lists based on the difference between elements using a Jav...

javalistjava-8

Read More
How to write comparator to sort 2D array based on second column using lambda expression...

lambdajava-8comparator

Read More
Take every nth element from a Java 8 stream...

javajava-8java-stream

Read More
How can I calculate a total value based on whether adjacent elements have the same post code in Java...

javajava-8java-stream

Read More
How can I use stream for a recursion in Java 8 to find groups of elements between "START" ...

javaperformanceoptimizationjava-8java-stream

Read More
When do CompletableFutures in JDK8 block the execution threads?...

javamultithreadingjava-8completable-future

Read More
Break or return from Java 8 stream forEach?...

javaforeachlambdajava-8

Read More
Count non null fields in an object...

javajava-8

Read More
Why is it not in the order of key when converting key to uppercase even though I use LinkedHashMap...

javadictionaryjava-8java-streamlinkedhashmap

Read More
migrate from Joda time library to Java time (Java 8)...

java-8refactoringjodatimejava-time

Read More
Strange Java regex matching behavior regarding negation via ^...

javaregexjava-8java-21

Read More
Convert Map with Set of Strings as key to Map with Strings...

javadictionaryjava-8java-streamjava-11

Read More
How to use stream to filter objects from HashSet that have empty value for certain fields?...

javajava-8java-stream

Read More
BackNext