|
Class Summary |
| CharSequenceUtil |
A collection of utility functions (static methods) operating on
CharSequences. |
| FileUtil |
A collection of utility functions (static methods) operating on files and
directories. |
| HashtableUtil |
A collection of utility functions (static methods) operating on Hashtable. |
| LinearHashtable |
A hashtable which is more compact and less efficient (modulo the fact that
java.util.Hashtable is thread safe and that LinearHashtable is not
thread safe) than Hashtable. |
| PlatformUtil |
A collection of utility functions (static methods) returning information
which is platform dependant. |
| PropertySet |
|
| QuickSort |
A quick sort function (static method). |
| QuickSort.StringCompare |
The class of String comparators. |
| REFactoryImpl |
|
| REMatch |
Text span returned by RE.getMatch(java.lang.String, int). |
| StringUtil |
A collection of utility functions (static methods) operating on Strings and
on lists of Strings. |