Package edu.toronto.cs.util

Interface Summary
ChaosIterator  
Filter  
IntIterator Defines an Iterator like interface for integers
UserActChain  
XPreferences  
 

Class Summary
ArrayIterator A smart array iterator so that we can treat arrays as lists
ArrayUtil  
BeanMangler  
Chaos  
Clapi Clapi - the Command Line API.
Clapi.ArgumentParser  
Clapi.BooleanArgumentParser  
Clapi.BooleanOpt  
Clapi.EatAllParser  
Clapi.FileNameOpt  
Clapi.FilterArgumentParser  
Clapi.HelpArgumentParser  
Clapi.HelpOpt  
Clapi.IntArgumentParser  
Clapi.IntOpt  
Clapi.Opt Represents a command-line option.
Clapi.OptParser The Option Parser.
Clapi.OptResult  
Clapi.OptSpec An option specifier provides a builder API for specifying the features of an option.
Clapi.StringArgumentParser  
Clapi.StringOpt  
ColorUtil  
DOMUtil  
DOMUtil.TrivialErrorHandler  
EnumType This is an utility class to represent and manipulate enumerated type
FileNameFinisher  
FinalUserActElement  
IndentPrintWriter Enhances PrintWriter with ability to indent output
IntIterator.RangeIterator Iterates over a range
KEGClapi This is the utility that parses the command line arguements for the counter example generator.
Logger This class allows to create and maintain logs for java programs.
MarshaledInputStream  
MarshaledOutputStream  
MarshalUtil A utiltility class for marshaling things
McClapi Notes on adding a new option: 1.
NamingScheme  
NamingScheme.QuickNumberingScheme  
NamingScheme.ToupleNumberingScheme  
NaryTree This is an N-ary Tree class.
Primes  
ReflectUtil Reflection utility class
SoftHashMap A weak hash map has only weak references to the key.
SoftSoftHashMap  
StateName  
StopWatch This class implements a stop watch.
StringMacroManager This class does some macro expansion on Strings.
StringUtil  
TextUtil  
TreeModelAdapter An adapter class for the TreeModelListener interface.
UniformChaosIterator  
UserAct  
UserActElement  
UserActionAdapter  
WeakWeakHashMap  
 

Exception Summary
Clapi.OptCompilationFailedException  
Clapi.OptHelpRequestedException  
Clapi.OptParseException  
Clapi.OptShortHelpRequestedException  
NestedException This is a wrapper arround Exception to provide NestedExceptions to be used everywhere :)
NestedRuntimeException NestedRuntimeException.