Uses of Interface
net.jrodolfo.java_evolution.java15.SealedClassesPreviewExamples.Shape
Packages that use SealedClassesPreviewExamples.Shape
-
Uses of SealedClassesPreviewExamples.Shape in net.jrodolfo.java_evolution.java15
Classes in net.jrodolfo.java_evolution.java15 that implement SealedClassesPreviewExamples.ShapeModifier and TypeClassDescriptionstatic final recordCircle implementation permitted bySealedClassesPreviewExamples.Shape.static final recordRectangle implementation permitted bySealedClassesPreviewExamples.Shape.Methods in net.jrodolfo.java_evolution.java15 with parameters of type SealedClassesPreviewExamples.ShapeModifier and TypeMethodDescriptiondoubleSealedClassesPreviewExamples.area(SealedClassesPreviewExamples.Shape shape) Calculates the area of a known shape hierarchy.