Uses of Interface
org.hsqldb.lib.List
Packages that use List
-
Uses of List in org.hsqldb.lib
Classes in org.hsqldb.lib that implement ListModifier and TypeClassDescriptionclass
Extends HsqlArrayList.class
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
A list which is also a Set which maintains the inserted order of elements and allows access by index.Methods in org.hsqldb.lib that return List