|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMaths
public class Maths
Field Summary | |
---|---|
(package private) int |
objValue
|
(package private) int |
temp
|
Constructor Summary | |
---|---|
Maths()
|
Method Summary | |
---|---|
void |
calc()
|
static void |
main(java.lang.String[] args)
|
int |
work(int num,
int tempValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int objValue
int temp
Constructor Detail |
---|
public Maths()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void calc()
public int work(int num, int tempValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |