Package net.jrodolfo.java_evolution.java16


package net.jrodolfo.java_evolution.java16
Examples for features introduced in Java 16.

Java 16 finalized records and pattern matching for instanceof. It also added Stream.toList() and Unix-domain socket channel support.

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