org.apache.examples.impl
Class SubtracterImpl

java.lang.Object
  extended by org.apache.examples.impl.SubtracterImpl
All Implemented Interfaces:
Subtracter

public class SubtracterImpl
extends java.lang.Object
implements Subtracter

Implementation of the Subtracter interface.

Author:
Howard Lewis Ship

Constructor Summary
SubtracterImpl()
           
 
Method Summary
 double subtract(double arg0, double arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtracterImpl

public SubtracterImpl()
Method Detail

subtract

public double subtract(double arg0,
                       double arg1)
Specified by:
subtract in interface Subtracter