Class | Description |
---|---|
Array1D |
Utility class for 1D arrays
|
Array2D |
Utility class for 2D arrays
|
CommentedFileReader |
Reads from a commented file ignoring any comments
|
DaemonThreadFactory |
A thread factory that creates daemon threads
|
PossibleSettings |
Maintains a list of possible settings.
|
Range |
Used to represent a range (using doubles)
|
SetSettings |
Represents the value of settings.
|
Settings |
Represents the value of settings (including returning default settings).
|
SetUtils |
Utility class for 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 whether a set amount of time has passed.
|
Exception | Description |
---|---|
SettingException |
Exception thrown when there is a problem with the Settings machinery
|