|
Class Summary |
| ArrayUtil |
Collection of static methods for operations on arrays |
| AsciiStringInputStream |
minimal InputStream subclass to fetch low order bytes form a String |
| HsqlDateTime |
collection of static methods to convert Date, Time and Timestamp strings
into corresponding Java objects. |
| HsqlDeque |
jdk 1.1 compatible minimal implementation of a list object suitable for
stack, queue and deque usage patterns backed by an Object[]. |
| StringInputStream |
minimal InputStream subclass to fetch bytes form a String |
| StringUtil |
|