ch.elca.el4j.tests.services.exceptionhandler
Interface Adder

All Known Subinterfaces:
A
All Known Implementing Classes:
AImpl, B, C

public interface Adder

This interface delivers support to add two integers.

Author:
Andreas Bur (ABU)
File-location:
Adder
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Method Summary
 int add(int a, int b)
          Adds the two numbers.
 

Method Detail

add

int add(int a,
        int b)
Adds the two numbers.

Parameters:
a - The first number.
b - The second number.
Returns:
Returns the sum of a and b.


Copyright © 2005-2011 ELCA. All Rights Reserved.