Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagejava
titleMultiplierDoubleValueComputer
public interface DoubleValueComputer {
    public double compute(double x, double y);
}

...