Class AbstractIntSet
java.lang.Object
net.sf.saxon.expr.sort.AbstractIntSet
- All Implemented Interfaces:
IntSet
- Direct Known Subclasses:
IntArraySet, IntHashSet, IntRangeSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAll(IntSet other) Test if this set is a superset of another setForm a new set that is the difference of this set and another set.Form a new set that is the intersection of two IntSets.Form a new set that is the union of two IntSets.
-
Constructor Details
-
AbstractIntSet
public AbstractIntSet()
-
-
Method Details
-
containsAll
Test if this set is a superset of another set- Specified by:
containsAllin interfaceIntSet- Parameters:
other- the other set- Returns:
- true if every item in the other set is also in this set
-
union
-
intersect
-
except
-