Uses of Interface
org.hsqldb.lib.List
-
Packages that use List Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes. -
-
Uses of List in org.hsqldb.lib
Classes in org.hsqldb.lib that implement List Modifier and Type Class Description class
ArrayListIdentity<E>
Extends HsqlArrayList.class
HsqlArrayList<E>
Intended as an asynchronous alternative to Vector.class
HsqlDeque<E>
AList<E>
that also implementsDeque<E>
andQueue<E>
and methods for usage as stack.class
OrderedHashSet<E>
A list which is also a Set which maintains the inserted order of elements and allows access by index.
-