public static final class FlowerDecorator.FlowerDecoration extends Object
| Constructor and Description |
|---|
FlowerDecoration(FlowerType flower,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FlowerType |
getFlower() |
int |
getWeight() |
int |
hashCode() |
String |
toString() |
public FlowerDecoration(FlowerType flower, int weight)
Copyright © 2021. All rights reserved.