public abstract class AbstractIntSet extends Object implements IntSet
| Constructor and Description |
|---|
AbstractIntSet() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean containsAll(IntSet other)
containsAll in interface IntSetother - the other setpublic IntSet intersect(IntSet other)
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.