org.hsqldb.lib |
|
Java Source File Name | Type | Comment |
ArrayCounter.java | Class | Collection of routines for counting the distribution of the values
in an int[] array. |
ArrayUtil.java | Class | |
AsciiStringInputStream.java | Class | |
BaseList.java | Class | |
Collection.java | Interface | |
DoubleIntIndex.java | Class | Maintains an ordered integer->integer lookup table, consisting of two
columns, one for keys, the other for values.
The table is sorted on either the key or value column, depending on the calls to
setKeysSearchTarget() or setValuesSearchTarget(). |
FileAccess.java | Interface | Interface for abstraction of file access. |
FileUtil.java | Class | |
HashMap.java | Class | This class does not store null keys. |
HashMappedList.java | Class | Implementation of an Map which maintains the user-defined order of the keys.
Key/value pairs can be accessed by index or by key. |
HashSet.java | Class | This class does not store null keys. |
HsqlArrayHeap.java | Class | An HsqlHeap implementation backed by an array of objects and an
ObjectComparator ObjectComparator . |
HsqlArrayList.java | Class | Intended as an asynchronous alternative to Vector. |
HsqlByteArrayInputStream.java | Class | |
HsqlByteArrayOutputStream.java | Class | |
HsqlDeque.java | Class | jdk 1.1 compatible minimal implementation of a list object suitable for
stack, queue and deque usage patterns backed by an Object[]. |
HsqlHeap.java | Interface | Provides the base HSQLDB interface for Heap ADT implementations. |
HsqlLinkedList.java | Class | Intended as an asynchronous alternative to HsqlArrayList. |
HsqlList.java | Interface | This should be used as the datatype for parameters and instance variables
instead of HsqlArrayList or HsqlLinkedList to allow interchangable use of the
two. |
HsqlTaskQueue.java | Class | Provides very simple queued execution of Runnable objects in a background
thread. |
HsqlThreadFactory.java | Class | The default HSQLDB thread factory implementation. |
HsqlTimer.java | Class | Facility to schedule tasks for future execution in a background thread. |
InOutUtil.java | Class | |
IntKeyHashMap.java | Class | |
IntKeyIntValueHashMap.java | Class | |
IntKeyLongValueHashMap.java | Class | |
IntLookup.java | Interface | |
IntValueHashMap.java | Class | This class does not store null keys. |
Iterator.java | Interface | |
LongKeyIntValueHashMap.java | Class | |
MD5.java | Class | Provides a static utility interface to an MD5 digest algorithm
obtained through the java.security.MessageDigest spi. |
ObjectComparator.java | Interface | |
Set.java | Interface | |
SimpleLog.java | Class | Simple log for recording abnormal events in persistence
Log levels, LOG_NONE, LOG_ERROR, and LOG_NORMAL are currently supported.
LOG_ERROR corresponds to property value 1 and logs main database events plus
any major errors encountered in operation. |
Sort.java | Class | |
StopWatch.java | Class | Provides the programatic analog of a physical stop watch. |
Storage.java | Interface | An interface that supports the commonly used methods of java.io.RandomAccessFile. |
StringConverter.java | Class | Collection of static methods for converting strings between different
formats and to and from byte arrays.
New class, with extensively enhanced and rewritten Hypersonic code. |
StringInputStream.java | Class | |
StringUtil.java | Class | Provides a collection of convenience methods for processing and
creating objects with String value components. |
ThreadFactory.java | Interface | |
WrapperIterator.java | Class | An Iterator that returns the elements of a specified array, or other
iterators etc. |
ZipUnzipFile.java | Class | New Class based on original Hypersonic code. |