Package edu.indiana.util

Interface Summary
Differentiator A differentiator calculates the difference between two objects.
Selectable A Selectable object is one that contains items that can be individually selected.
 

Class Summary
Base64Tools Tools for dealing with String representations of serialized objects.
ClassUtils A collection of static methods for instantiation of classes according to Class objects and String class names.
CompositeIterator An iterator that seamlessly steps through an array of iterators.
ConsoleInput Facilitates reading user input from the console.
EntryImpl An implementation of the java.util.Map.Entry, so that such objects can be instantiated.
IOHelper  
MutableDouble This class is like the Double class, except that it is mutable.
MutableInteger This class is like the Integer class, except that it is mutable.
MutableLong This class is like the Long class, except that it is mutable.
ObjectArrayIterator An iterator through an array of Objects.
ObjectFileIO This class facilitates writing objects to files.
ObjectJComponentPair A container for an object and its corresponding Swing representation as a JComponent.
Stopwatch Used for rudimentary timing of algorithms.
Utility Contains some useful standard static functions.
 

Exception Summary
Utility.CurrentStackTrace