This repository was archived by the owner on May 11, 2025. It is now read-only.
sogeti-java-nl/java-se-8-release-party
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Java SE 8 Release Party ======================= Examples for our Java SE 8 Release Party. Every example consists of (at least) two classes: ExampleName7 and ExampleName8. The first is a piece of code written in Java SE 7 style. It's up to you to rewrite this to Java SE 8. The latter is the same example, but it makes use of Java SE 8. Note that it is not *the* answer, but *a* answer. Using the Javadocs en the Java Tutorials would give you all the answers. http://docs.oracle.com/javase/tutorial/index.html Examples -------- Examples are sorted by category and from easy to hard: * new API * Join * NewListWhenNoList * Lambdas * Comparator * ForEach * Filtering * Stream API * Collecting * CollectingAgain * new Date Time API * NextFriday