| public final class Big /* Big*/ { | |
| @org.jetbrains.annotations.NotNull() | |
| private final Size size; | |
| @org.jetbrains.annotations.NotNull() | |
| private final Size[] sizes; | |
| @org.jetbrains.annotations.NotNull() | |
| public final Size getSize();// getSize() | |
| @org.jetbrains.annotations.NotNull() | |
| public final Size[] getSizes();// getSizes() | |
| public Big();// .ctor() | |
| } |