Uses of Record Class
net.jrodolfo.java_evolution.java21.RecordPatternsExamples.Point
Packages that use RecordPatternsExamples.Point
-
Uses of RecordPatternsExamples.Point in net.jrodolfo.java_evolution.java21
Methods in net.jrodolfo.java_evolution.java21 that return RecordPatternsExamples.PointModifier and TypeMethodDescriptionRecordPatternsExamples.Rectangle.bottomRight()Returns the value of thebottomRightrecord component.RecordPatternsExamples.Rectangle.topLeft()Returns the value of thetopLeftrecord component.Constructors in net.jrodolfo.java_evolution.java21 with parameters of type RecordPatternsExamples.PointModifierConstructorDescriptionRectangle(RecordPatternsExamples.Point topLeft, RecordPatternsExamples.Point bottomRight) Creates an instance of aRectanglerecord class.