Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メソッドから静的クラスを返そうとしています。誰かがそれを行う方法を教えてもらえますか? 以下は私のコードです:
class Dimension { static class Sides { int i, j } Sides findInGrid() { // Here I want to set i and j to values of x and y } }