Uses of Interface
org.apache.examples.Divider

Packages that use Divider
org.apache.examples   
org.apache.examples.impl   
 

Uses of Divider in org.apache.examples
 

Subinterfaces of Divider in org.apache.examples
 interface Calculator
          Service that provides a number of basic math operations.
 

Uses of Divider in org.apache.examples.impl
 

Classes in org.apache.examples.impl that implement Divider
 class CalculatorImpl
          Implementation of the Calculator service interface.
 class DividerImpl
          Implementation of the Divider interface.
 

Methods in org.apache.examples.impl with parameters of type Divider
 void CalculatorImpl.setDivider(Divider divider)