Uses of Record Class
net.jrodolfo.java_evolution.java21.UnnamedPatternsVariablesPreviewExamples.Point
Packages that use UnnamedPatternsVariablesPreviewExamples.Point
-
Uses of UnnamedPatternsVariablesPreviewExamples.Point in net.jrodolfo.java_evolution.java21
Methods in net.jrodolfo.java_evolution.java21 that return UnnamedPatternsVariablesPreviewExamples.PointModifier and TypeMethodDescriptionUnnamedPatternsVariablesPreviewExamples.Line.end()Returns the value of theendrecord component.UnnamedPatternsVariablesPreviewExamples.Line.start()Returns the value of thestartrecord component.Constructors in net.jrodolfo.java_evolution.java21 with parameters of type UnnamedPatternsVariablesPreviewExamples.PointModifierConstructorDescriptionLine(UnnamedPatternsVariablesPreviewExamples.Point start, UnnamedPatternsVariablesPreviewExamples.Point end) Creates an instance of aLinerecord class.