Uses of Class
org.hsqldb.lib.IntHashSet
-
Packages that use IntHashSet Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes. -
-
Uses of IntHashSet in org.hsqldb.lib
Subclasses of IntHashSet in org.hsqldb.lib Modifier and Type Class Description class
OrderedIntHashSet
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 IntHashSet Modifier and Type Method Description boolean
IntHashSet. addAll(IntHashSet s)
boolean
IntHashSet. containsAll(IntHashSet c)
boolean
IntHashSet. removeAll(IntHashSet c)
boolean
IntHashSet. retainAll(IntHashSet c)
-