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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionboolean
IntHashSet.addAll
(IntHashSet s) boolean
IntHashSet.containsAll
(IntHashSet c) boolean
IntHashSet.removeAll
(IntHashSet c) boolean
IntHashSet.retainAll
(IntHashSet c)