summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/DoubleMethod.java
blob: a14ce7b42e401d46f7b71dd00facfdde282d24e1 (plain)
1
2
3
4
5
6
/* DoubleMethod.java */

public interface DoubleMethod
{
  public double compute(double value);
}