org.apache.examples.impl
Class DividerImpl

java.lang.Object
  extended by org.apache.examples.impl.DividerImpl
All Implemented Interfaces:
Divider

public class DividerImpl
extends java.lang.Object
implements Divider

Implementation of the Divider interface.

Author:
Howard Lewis Ship

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

Constructor Detail

DividerImpl

public DividerImpl()
Method Detail

divide

public double divide(double arg0,
                     double arg1)
Specified by:
divide in interface Divider