Uses of Interface
org.hsqldb.lib.Collection
Packages that use Collection
-
Uses of Collection in org.hsqldb.lib
Subinterfaces of Collection in org.hsqldb.libModifier and TypeInterfaceDescriptioninterfaceList<E>Interface for List collections.interfaceSet<E>Marker interface for a Collection that is a Set of values.Classes in org.hsqldb.lib that implement CollectionModifier and TypeClassDescriptionclassExtends HsqlArrayList.classHashSet<E>This class does not store null keys.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.Methods in org.hsqldb.lib that return CollectionModifier and TypeMethodDescriptionHashMap.values()IntKeyHashMap.values()IntKeyHashMapConcurrent.values()IntKeyIntValueHashMap.values()IntKeyLongValueHashMap.values()IntValueHashMap.values()LongKeyHashMap.values()LongKeyIntValueHashMap.values()LongKeyLongValueHashMap.values()LongValueHashMap.values()Map.values()MultiValueHashMap.values()OrderedLongKeyHashMap.values()Methods in org.hsqldb.lib with parameters of type CollectionModifier and TypeMethodDescriptionbooleanCollection.addAll(Collection<? extends E> c) booleanHashSet.addAll(Collection<? extends E> c) returns true if any element is addedbooleanIntHashSet.addAll(Collection<Integer> col) booleanHashSet.containsAll(Collection<E> col) booleanHashSet.removeAll(Collection<E> c) returns true if all were removed