Class StableValuesPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java25.StableValuesPreviewNotes
Explains stable values as a Java 25 preview feature.
Some values are initialized lazily but then never change. Stable values model that "initialized at most once" pattern so the JVM can optimize stable data safely.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StableValuesPreviewNotes
public StableValuesPreviewNotes()
-
-
Method Details
-
purpose
-