rebelsky.silly
Class Silly

java.lang.Object
  extended byrebelsky.silly.Silly

public class Silly
extends java.lang.Object

A simple class, intended as an example for a Javadoc lecture.

Version:
1.0 of October 2004
Author:
Samuel A. Rebelsky

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

Silly

public Silly()
Method Detail

laugh

public void laugh(int n)
Laugh n times.

Parameters:
n - the number of times to laugh.
Returns:
absolutely nothing
Throws:
Error - When I feel like it.
Preconditions
n must be non-negative