public final class Size
Size is a simple value class that represents a width and height.
private final Integer
width
height
Size(Integer width, Integer height)
final Integer
getWidth()
getHeight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getWidth()
final Integer getHeight()