public class ScreenSize extends java.lang.Object implements java.lang.Comparable<ScreenSize>
| Constructor and Description |
|---|
ScreenSize(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScreenSize second) |
int |
getHeight() |
int |
getWidth() |
public int getWidth()
public int getHeight()
public int compareTo(@NonNull
ScreenSize second)
compareTo in interface java.lang.Comparable<ScreenSize>