2017-08-31 03:43:28 -04:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Core Java 8 Cookbooks and Examples
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Java 8 Collectors](http://www.baeldung.com/java-8-collectors)
|
|
|
|
|
- [Guide to Java 8’s Functional Interfaces](http://www.baeldung.com/java-8-functional-interfaces)
|
|
|
|
|
- [Java 8 – Powerful Comparison with Lambdas](http://www.baeldung.com/java-8-sort-lambda)
|
|
|
|
|
- [Java 8 New Features](http://www.baeldung.com/java-8-new-features)
|
|
|
|
|
- [Lambda Expressions and Functional Interfaces: Tips and Best Practices](http://www.baeldung.com/java-8-lambda-expressions-tips)
|
|
|
|
|
- [The Double Colon Operator in Java 8](http://www.baeldung.com/java-8-double-colon-operator)
|
|
|
|
|
- [Guide to Java 8 groupingBy Collector](http://www.baeldung.com/java-groupingby-collector)
|
|
|
|
|
- [Strategy Design Pattern in Java 8](http://www.baeldung.com/java-strategy-pattern)
|
|
|
|
|
- [Exceptions in Java 8 Lambda Expressions](http://www.baeldung.com/java-lambda-exceptions)
|
|
|
|
|
- [Guide to Java 8 Comparator.comparing()](http://www.baeldung.com/java-8-comparator-comparing)
|
|
|
|
|
- [Guide To Java 8 Optional](http://www.baeldung.com/java-optional)
|
|
|
|
|
- [Guide to the Java 8 forEach](http://www.baeldung.com/foreach-java)
|
|
|
|
|
- [Java Base64 Encoding and Decoding](http://www.baeldung.com/java-base64-encode-and-decode)
|
|
|
|
|
- [The Difference Between map() and flatMap()](http://www.baeldung.com/java-difference-map-and-flatmap)
|
2017-12-27 21:58:28 -05:00
|
|
|
|
- [Static and Default Methods in Interfaces in Java](http://www.baeldung.com/java-static-default-methods)
|
2018-01-17 15:53:17 -05:00
|
|
|
|
- [Efficient Word Frequency Calculator in Java](http://www.baeldung.com/java-word-frequency)
|
2018-03-02 11:40:04 -05:00
|
|
|
|
- [Introduction to Spliterator in Java](http://www.baeldung.com/java-spliterator)
|
2018-04-11 01:33:18 -04:00
|
|
|
|
- [Java 8 Math New Methods](http://www.baeldung.com/java-8-math)
|
2018-05-02 03:41:09 -04:00
|
|
|
|
- [Overview of Java Built-in Annotations](http://www.baeldung.com/java-default-annotations)
|
|
|
|
|
- [Finding Min/Max in an Array with Java](http://www.baeldung.com/java-array-min-max)
|
|
|
|
|
- [Internationalization and Localization in Java 8](http://www.baeldung.com/java-8-localization)
|
2018-06-01 08:04:12 -04:00
|
|
|
|
- [Java Optional – orElse() vs orElseGet()](http://www.baeldung.com/java-optional-or-else-vs-or-else-get)
|
2018-06-13 13:50:33 -04:00
|
|
|
|
- [Method Parameter Reflection in Java](http://www.baeldung.com/java-parameter-reflection)
|
2018-06-24 22:13:54 -04:00
|
|
|
|
- [Java 8 Unsigned Arithmetic Support](http://www.baeldung.com/java-unsigned-arithmetic)
|
2018-07-06 03:25:49 -04:00
|
|
|
|
- [Generalized Target-Type Inference in Java](http://www.baeldung.com/java-generalized-target-type-inference)
|
2018-08-05 14:30:25 -04:00
|
|
|
|
- [Overriding System Time for Testing in Java](http://www.baeldung.com/java-override-system-time)
|