public class Size extends Object
| Constructor | Description |
|---|---|
Size() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Integer |
getHeight() |
Height of item
|
Integer |
getWidth() |
Width of item
|
int |
hashCode() |
|
Size |
height(Integer height) |
|
void |
setHeight(Integer height) |
|
void |
setWidth(Integer width) |
|
String |
toString() |
|
Size |
width(Integer width) |
Copyright © 2025. All rights reserved.