public class ChocolateBoiler extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
boil() |
void |
drain() |
void |
fill() |
static ChocolateBoiler |
getInstance() |
boolean |
isBoiled() |
boolean |
isEmpty() |
public static ChocolateBoiler getInstance()
public void fill()
public void drain()
public void boil()
public boolean isEmpty()
public boolean isBoiled()