|
|
Brazil project: Package sunlabs.brazil.util
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 a string
I'll write the decoder when I need it. |
| Format |
Format a string by substituting values into it,
either from an array of strings, or a properties object. |
| Glob |
Glob-style string matching and substring extraction. |
| 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.
|