Package net.jrodolfo.java_evolution.java13
package net.jrodolfo.java_evolution.java13
Examples for features introduced in Java 13.
Java 13 was a smaller release. It included preview refinements for text
blocks and switch expressions with yield, plus API improvements such
as FileSystems.newFileSystem(Path).
For beginner-oriented notes about the problems these features solved, see the package README in the source directory.
-
ClassesClassDescriptionDemonstrates the
FileSystems.newFileSystem(Path)convenience overload added in Java 13.Demonstratesyieldin switch expressions as a Java 13 preview refinement.Demonstrates text blocks as a Java 13 preview feature.