|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unleashed.ch28.NewMath
This is the class comment for the NewMath class. The primary purpose of the NewMath class is to provide a very simple example of a class so that javadoc comments can be added to it and by consequence be added to the generated documentation for this class.
Constructor Summary | |
NewMath()
Default constructor for the NewMath class |
Method Summary | |
int |
addInteger(int x,
int y)
Add two integers together |
int |
divideInteger(int x,
int y)
Divide integer x by integer y |
static void |
main(java.lang.String[] args)
the main method for the NewMath class. |
int |
multiplyInteger(int x,
int y)
Multiply two integers together |
int |
subtractInteger(int x,
int y)
Subtract two integers |
java.lang.String |
testDump(int x,
int y)
output the data to the screen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NewMath()
Method Detail |
public int addInteger(int x, int y)
public int subtractInteger(int x, int y)
public int multiplyInteger(int x, int y)
public int divideInteger(int x, int y)
public java.lang.String testDump(int x, int y)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |