|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrebelsky.silly.Silly
A simple class, intended as an example for a Javadoc lecture.
| Constructor Summary | |
|---|---|
Silly()
|
|
| Method Summary | |
|---|---|
void |
laugh(int n)
Laugh n times. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Silly()
| Method Detail |
public void laugh(int n)
n times.
n - the number of times to laugh.
Error - When I feel like it.n must be non-negative
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||