Package net.jrodolfo.java_evolution.java14


package net.jrodolfo.java_evolution.java14
Examples for features introduced in Java 14.

Java 14 finalized switch expressions and introduced helpful NullPointerException messages. It also previewed records and pattern matching for instanceof, both of which became final in Java 16.

For beginner-oriented notes about the problems these features solved, see the package README in the source directory.