Package Utils

Provides various utility classes.

See:
          Description

Class Summary
Array1D Utility class for 1D arrays
Array2D Utility class for 2D arrays
ArrayMap<K,V> A crude map of a fixed size that is backed by an array.
CommentedFileReader Reads from a commented file ignoring any comments
DaemonThreadFactory A thread factory that creates daemon threads
MapUtils Utility class for maps
PossibleSettings Maintains a list of possible settings.
Range Used to represent a range (using doubkes)
SetSettings Represents the value of settings.
Settings Represents the value of settings (including retutning default settings).
SetUtils Utility class fo sets
SetUtils.SetHasMultipleElementsException Exception thrown if an attempt is made to get the single element from a set that has multiple elements.
TimePassed A class to check wether a set amount of time has passed.
ToDoubleHashMap<K> A HashMap where the values are doubles.
 

Exception Summary
SettingException Exception thrown when there is a problem with the Settings machinery
 

Package Utils Description

Provides various utility classes.