|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.arcmind.jsfquickstart.model.Calculator
Calculator
| Constructor Summary | |
Calculator()
|
|
| Method Summary | |
int |
add(int a,
int b)
add numbers. |
int |
divide(int a,
int b)
divide numbers. |
int |
multiply(int a,
int b)
multiply numbers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Calculator()
| Method Detail |
public int add(int a,
int b)
a - first numberb - second number
public int multiply(int a,
int b)
a - first numberb - second number
public int divide(int a,
int b)
a - first numberb - second number
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||