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 TypeClassDescriptionclassExtends HsqlArrayList.classIntended as an asynchronous alternative to Vector.classHsqlDeque<E>AList<E>that also implementsDeque<E>andQueue<E>and methods for usage as stack.classA list which is also a Set which maintains the inserted order of elements and allows access by index.