Uses of Class
org.hsqldb.lib.IntHashSet
Packages that use IntHashSet
-
Uses of IntHashSet in org.hsqldb.lib
Subclasses of IntHashSet in org.hsqldb.libModifier and TypeClassDescriptionclassA list which is also a set of int primitives which maintains the insertion order of the elements and allows access by index.Methods in org.hsqldb.lib with parameters of type IntHashSetModifier and TypeMethodDescriptionbooleanIntHashSet.addAll(IntHashSet s) booleanIntHashSet.containsAll(IntHashSet c) booleanIntHashSet.removeAll(IntHashSet c) booleanIntHashSet.retainAll(IntHashSet c)