All Packages Class Hierarchy This Package Previous Next Index
Class A.A
java.lang.Object
|
+----A.A
- public class A
- extends Object
The class A this and that. But have a look at B too.
- See Also:
- B
-
A(int, String, float)
- The constructor A does nothing special.
-
b(int, String, float)
- The method b returns c/5 which is really useful sometimes.
A
public A(int a,
String b,
float c)
- The constructor A does nothing special.
- Parameters:
- a - Nothing special
- b - Nothing special
- c - Nothing special
b
public float b(int a,
String b,
float c) throws Exception
- The method b returns c/5 which is really useful sometimes.
- Parameters:
- a - Nothing special
- b - Nothing special
- c - Nothing special
- Returns:
- the float 5/c is returned
- Throws: Exception
- Division by zero
All Packages Class Hierarchy This Package Previous Next Index