Searched defs:Point (Results 1 – 2 of 2) sorted by relevance
88 public record Point(int x, int y) { } in Point() method in Java17LanguageFeatures
245 record Point(int x, int y) { in testLocalRecord() method