Skip to content

deors/deors-demos-java-java8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deors-demos-java-java8

Three examples of Java 8 new features in language and APIs.

deors.demos.java.java8.filters

Introduction to Stream API and examples of filters and maps over a collection of Person beans.

deors.demos.java.java8.datelist

Examples of how to work with lists of dates, comparing Java 7 with Java 8. Introducing the new Java Date/Time API.

deors.demos.java.java8.sumproduct

An example of a map-reduce simplified idiom using the Stream API, versus a Java 7 version using the Fork/Join API.

About

Examples of new language features in Java 8, including comparisons with equivalent code constructs using Java 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages