/java-8-features

Simple code examples for showing what's new in Java 8.

Primary LanguageJavaMIT LicenseMIT

Java 8 Features

Build Status

Simple code examples for showing what's new in Java 8.

They are based on the examples in the main Java Tutorial.

I'll be adding new features to the project on an ad-hoc basis.

Current Features

  1. Lambda
  2. Aggregate operations
  3. Default methods

Each feature is contained in its own package - the package-info will provide more details and the Test class will demonstrate how to use it.

Features coming soon...
  1. Date-Time API