public class Milk extends CondimentDecorator
Milk(Beverage beverage)
double
cost()
java.lang.String
getDescription()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Milk(Beverage beverage)
public java.lang.String getDescription()
getDescription
CondimentDecorator
public double cost()
cost
Beverage