Cat and Mouse Problem Set Javadocs

Package cs101.util

Interface Summary
StringHandler An interface for objects that can handle Strings received from the network by cs101.net.Client.
 

Class Summary
AnimateObject The generic self-animating (active) object.
Coerce Coerce implements some coercion utilities for a variety of java classes.
DefaultStringHandler A default StringHandler.
Main Main hides the public static void main( String[] argv ) construct from students by providing a command line interface.
MoreMath cs101.util.MoreMath is an extension of the java.lang.Math library.
StopWatch A stopwatch for timing the execution of code.
StringUtils cs101.util.StringUtils implements some string utility functions.
 

Exception Summary
CreationException CreationExceptions are thrown by Coerce.StringToClass.
 


Cat and Mouse Problem Set Javadocs