All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coffee.Heater Maven / Gradle / Ivy

The newest version!
package coffee;

interface Heater {
  void on();
  void off();
  boolean isHot();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy