Is it completely against the Java way to create struct like objects? class SomeData1 { public int x; public int y; } I ...
-
June 1, 2022
- 0 Comments