|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.sort.AbstractIntSet
public abstract class AbstractIntSet
Abstract superclass containing helper methods for various implementations of IntSet
Constructor Summary | |
---|---|
AbstractIntSet()
|
Method Summary | |
---|---|
boolean |
containsAll(IntSet other)
Test if this set is a superset of another set |
IntSet |
except(IntSet other)
Form a new set that is the difference of this set and another set. |
IntSet |
intersect(IntSet other)
Form a new set that is the intersection of two IntSets. |
IntSet |
union(IntSet other)
Form a new set that is the union of two IntSets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.saxon.expr.sort.IntSet |
---|
add, clear, contains, copy, isEmpty, iterator, mutableCopy, remove, size |
Constructor Detail |
---|
public AbstractIntSet()
Method Detail |
---|
public boolean containsAll(IntSet other)
containsAll
in interface IntSet
other
- the other set
public IntSet union(IntSet other)
union
in interface IntSet
other
- the second set
public IntSet intersect(IntSet other)
intersect
in interface IntSet
other
- the second set
public IntSet except(IntSet other)
except
in interface IntSet
other
- the second set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |