Package sunlabs.brazil.util

Utility classes that are generically useful in Java language programs.

See:
          Description

Interface Summary
SocketFactory This interface is used as a heap to control the allocation of sockets.
Sort.Compare This interface is used by the Sort class to compare elements when an array is being sorted.
 

Class Summary
Base64 Utility to base64 encode and decode a string.
Calculator Calculator implements a simple arithmetic expression evaluator.
ClockFormat This class implements the "strftime" style clock format command.
ClockScan This class implements time and date scanning.
Format Format a string by substituting values into it from a properties object.
Glob Glob-style string matching and substring extraction.
Guid Utility to generate GUID's (Globally Unique Identifiers).
LexHTML This class breaks up HTML into tokens.
LexML This class breaks angle-bracket-separated markup languages like SGML, XML, and HTML into tokens.
Sort Placeholder for useful sorting utilities.
StringMap The StringMap class is a substitute for the Hashtable.
 

Package sunlabs.brazil.util Description

Utility classes that are generically useful in Java language programs. They have no dependencies out side of the JDK, and none require AWT.


Version 2.1, Generated 12/30/04
Copyright (c) 2001-2004, Sun Microsystems.