org.apache.examples.impl
Class AdderImpl

java.lang.Object
  extended by org.apache.examples.impl.AdderImpl
All Implemented Interfaces:
Adder

public class AdderImpl
extends java.lang.Object
implements Adder

Implementation of the Adder interface.

Author:
Howard Lewis Ship

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

Constructor Detail

AdderImpl

public AdderImpl()
Method Detail

add

public double add(double arg0,
                  double arg1)
Specified by:
add in interface Adder


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.