All Classes
Class | Description |
---|---|
ArrayUtils |
A set of useful methods for dealing with arrays (different from those in
Java.util.Arrays ). |
BuildDate | Deprecated.
Use
BuildInfo instead. |
BuildInfo |
Build information about a package, including version number and build date.
|
BuildInfo.InvalidBuildInfoFile |
Exception thrown when either the properties file won't parse, or
the date in the properties file won't parse
|
ClassFinder |
Find and generate the
Class object for a class given its name. |
CornerCases |
Generate lists of integers that represent values surrounding powers of 2.
|
DLException |
Thrown when an attempt at dynamically loading or instantiating a class
fails.
|
ExponentialCornerCases |
Generate lists of integers that represent values surrounding powers of 2
(using exponents for parameters).
|
FileHelper | |
InputHelper |
Shortcuts for opening
InputStream s. |
InputHelper.FilterFactory |
Used to wrap
InputStreams with the desired filter. |
InputHelper.FilterFactory.FilterFactoryException |
Thrown if there is a problem creating or using the new
InputStream (e.g.,
thrown if the user attempts to use a CBZip2InputStream on data that is not compressed in bzip2
format). |
IntegerListGenerator |
Abstract superclass of generators for integer lists.
|
Log |
A
SimpleLog with extended configurability. |
OutputHelper |
Shortcuts for opening
PrintWriter s. |
RandomWithDuplicates |
Generate lists of random integers within a specified range.
|
RandomWithoutDuplicates |
Generate lists of unique random integers within a specified range.
|
Range |
Generate lists of integers within a specified range (like a simple
for loop). |
RangeTests |
Methods to determine whether the value of a "wide" data type falls within the
range of a "narrower" data type.
|
RangeTests.OutOfRangeException |
Thrown when the value of a wide data type doesn't fit in the narrower data type.
|
SimpleFactory |
Contains methods for instantiating objects of a class specified at runtime.
|
SimpleLog |
A very simple logging utility.
|
TempForTesting | |
Util |
Utilities for dynamic class loading.
|
Warszawa |
Container for constants.
|
Wildcard |
Generate lists of integers based on an integer with "wildcards".
|
Wildcard.Pair<T,U> |
A class to hold a pair of values.
|