Class Summary |
Analyzer |
This class can be used to analyze the memory footprint of an object
reference. |
Backtrack |
This class |
HashList |
This class implements a HashList, which is a combination of a HashMap
and a doubly linked list. |
History |
The History class |
InstanceCount |
This class contains the number of instance objects of
a particular class as computed by Analyzer . |
KeyHash |
The class KeyHash computes the digest (or hash)
of a specified string keyword, and enables various other classes
to compare keyword hashes and store them in a HashMap
or other collections in need of a hashCode method. |
Log |
This class contains a set of static methods for the management
of log files. |
MapList |
This class implements a HashList, which is a combination of a HashMap
and a doubly linked list. |
Printable |
Classes extending Printable automatically inherit
a toString() method which prints out their contents.
i.e. the value of the fields contained in the object instances.
|
Queue |
The Queue class implements a queue with last-in, first-out
semantics. |
SHADigest |
The class SHADigest computes the digest (or hash)
of the specified content, and enables various other classes
to compare the digests and store them in a HashMap
or other collections in need of a hashCode method. |
TreeList |
This class implements a TreeList, which is a combination of a TreeMap
and a doubly linked list. |
Util |
This class contains various utility methods. |
This package contains some utility classes performing different
tasks, such as logging, printing and exceptional behavior handling.