Uses of Interface
org.hsqldb.lib.List

Packages that use List
Package
Description
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 
    Extends HsqlArrayList.
    class 
    Intended as an asynchronous alternative to Vector.
    class 
    A List<E> that also implements Deque<E> and Queue<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
    Modifier and Type
    Method
    Description
    HsqlDeque.subList(int fromIndex, int toIndex)