Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Mocking time in Java 8's java.time API

Why does Collections.sort use Mergesort but Arrays.sort does not?

How to get default ZoneOffset in java8?

Default garbage collector for Java 8

Java 8, Streams to find the duplicate elements

java lambda java-8 java-stream

Why can't I map integers to strings when streaming from an array?

Using streams to collect into TreeSet with custom comparator

java collections java-8

Why does findFirst() throw a NullPointerException if the first element it finds is null?

Convert LocalDateTime to LocalDateTime in UTC

java java-8 utc java-time

When should I use streams?

java java-8 java-stream

Difference between findAny() and findFirst() in Java 8

java java-8 java-stream

Is there any way to convert ZoneId to ZoneOffset in Java 8?

HashMap Java 8 implementation

java dictionary java-8 hashmap

Java 8 lambda get and remove element from list

java lambda java-8 java-stream

How to find maximum value from a Integer using stream in Java 8?

java-8 java-stream

Java 8 Stream with batch processing

Horrendous performance & large heap footprint of Java 8 constructor reference?

Why in Java 8 split sometimes removes empty strings at start of result array?

java regex split java-8

Collect successive pairs from a stream

java java-8 java-stream

java.util.Objects.isNull vs object == null

java java-8 compare