Uses of Package
org.hsqldb.lib

Packages that use org.hsqldb.lib
org.hsqldb   
org.hsqldb.lib   
org.hsqldb.rowio   
org.hsqldb.store   
 

Classes in org.hsqldb.lib used by org.hsqldb
HashMappedList
          Implementation of an Map which maintains the user-defined order of the keys.
HsqlArrayList
          Intended as an asynchronous alternative to Vector.
HsqlTimer
          Provides facility for threads to schedule tasks for future execution in a background thread.
Iterator
           
 

Classes in org.hsqldb.lib used by org.hsqldb.lib
Collection
           
HashMap
          This class does not store null keys.
HsqlArrayHeap
          An HsqlHeap implementation backed by an array of objects and an ObjectComparator.
HsqlDeque
          jdk 1.1 compatible minimal implementation of a list object suitable for stack, queue and deque usage patterns backed by an Object[].
HsqlHeap
          Provides the base HSQLDB interface for Heap ADT implementations.
HsqlList
          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.TaskRunner
           
HsqlTimer.Task
          A wrapper class used to schedule a Runnable object for execution by the enclosing HsqlTimer's TaskRunner in a background thread.
HsqlTimer.TaskQueue
          Extends HsqlArrayHeap to allow all pending tasks to be cancelled when the queue is cleared.
HsqlTimer.TaskRunner
          The Runnable that the background thread uses to execute scheduled tasks.
Iterator
           
ObjectComparator
           
Set
           
StringInputStream
          minimal InputStream subclass to fetch bytes form a String
ThreadFactory
           
 

Classes in org.hsqldb.lib used by org.hsqldb.rowio
HashMappedList
          Implementation of an Map which maintains the user-defined order of the keys.
HsqlByteArrayInputStream
          This class is a replacement for both java.io.ByteArrayInputStream (without synchronization) and java.io.DataInputStream
HsqlByteArrayOutputStream
          This class is a replacement for both java.io.ByteArrayOuputStream (without synchronization) and java.io.DataOutputStream
 

Classes in org.hsqldb.lib used by org.hsqldb.store
Iterator
           
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.