java.lang.Object
org.hsqldb.lib.HsqlArrayList<E>
org.hsqldb.lib.ArrayListIdentity<E>
- All Implemented Interfaces:
Collection<E>
,List<E>
Extends HsqlArrayList. All search methods use Object identity for equality
comparison.
- Since:
- 2.0.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hsqldb.lib.HsqlArrayList
add, add, clear, get, getArray, indexOf, lastIndexOf, remove, set, setSize, size, sort, toArray, toArray, toArraySlice, trim
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hsqldb.lib.Collection
addAll, contains, remove