|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Lookup | Generic "fetch" interface. |
| LookupKeyed | A Lookup table which can have all of its "keys" retrieved. |
| Schedulable | Interface defining the methods which a scheduable item must implement. |
| Class Summary | |
|---|---|
| ArrayEnumeration | Convert any array of objects into an Enumeration. |
| ArrayIterator | Convert any array of objects into an Iterator. |
| CommandLine | Useful when looking for command line switches. |
| CommandLineUtility | Simplification of the process of creating command line utilities. |
| CompareStrings | Base class to help build comparators. |
| Convert | General purpose string to object convertor. |
| DateFormatMulti | Allows one to "join" multiple DateFormat
objects into a single DateFormat. |
| Debug | Class to allow for easy removal of debug output messages. |
| EmptyEnumeration | A Empty Enumeration object This class is used to create a enumeration which has no elements. |
| Entry | |
| EnumerationIterator | Makes a Iterator out of a Enumeration. |
| FilenameFilterWild | Class to get a list of file names using wild cards. |
| Form | Class to help with the generation of HTML forms. |
| HexDump | Do a "hexdump" of binary data. |
| JavaString | Used to encode/decode strings using the Java language escape rules. |
| Log | Class to facilitate a general purpose message logging system. |
| LogObservable | |
| LookupCreate | Static methods to form Lookup objects from standard Java objects. |
| LookupINI | Class to read/write Windows style INI files. |
| LookupOrdered | A LookupKeyed class which maintains key order. |
| LookupProperties | Version of Properties which implements a keyed lookup table. |
| PathSearch | Search for file names through directories. |
| PrintWriterString | Handy class for creating formatted string output. |
| Random | Helper functions to help in the use of java.util.Random. |
| ScheduleEntry | Base implementation of a Schedulable entry. |
| Scheduler | Class to do something periodically. |
| StringUtils | Set of functions related to String
objects and arrays of String objects. |
| TagLookup | General purpose lookup and string convertor. |
| TimeList | Collection of time ordered Objects. |
| TimeSpan | Class used to represent a span of time. |
| WrapArray | Implementation of a wrap-around buffer. |
| Exception Summary | |
|---|---|
| FormatException | A base class to simplify the creation of localized exceptions. |
General Utility Classes.
Whenever libraries of software routines are created, there always seems to be a collection of general purpose utility routines. This package is intended to contain those type of utility classes.
The following example programs have been included to help illustrate usage of some of these classes:
Lookup objects to create a heirarchy when looking
up values. It allows one to search for settings first from the command
line, then from an optional resource bundle, and finally from the
default java system properties.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||