|
Class Summary |
| Arrays |
marf.util.Arrays is an extension of java.util.Arrays
to group a lot of commonly used arrays-related functionality in one place. |
| BaseThread |
Class BaseThread is customized base class for many of our own threads. |
| ByteUtils |
Byte-Array Conversion Utility Functions. |
| Debug |
Simple MARF Debugging Facility. |
| ExceptionFactory |
Factory for producing various MARF exception objects. |
| ExceptionUtils |
Common exception utility methods used by all the branches
of the MARF Exceptions hierarchy. |
| ExpandedThreadGroup |
Provides some useful extensions to java.lang.ThreadGroup one would
normally expect to be in a "group". |
| FreeVector |
Adaptive extension of the java.util.Vector class. |
| Logger |
MARF Runnable Logging Facility. |
| Matrix |
Free Matrix - a multidimensional extension of FreeVector. |
| OptionFileLoader |
Loads a configuration file. |
| OptionProcessor |
Command-Line Option Processing Facilitating Utility. |
| SortComparator |
Sort Comparator is the base for all sorting operations in MARF. |