Package | Description |
---|---|
com.caucho.util |
Assorted utilities
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntSet.difference(IntSet set)
Calculates the set difference from a and b
|
boolean |
IntSet.intersection(IntSet set)
Calculates the set intersection of a and b
|
boolean |
IntSet.isDisjoint(IntSet set)
True if the two sets are disjoint.
|
boolean |
IntSet.isSubset(IntSet subset)
True if the argument is a subset of the set
|
void |
IntSet.union(IntSet set)
The union of two sets.
|
void |
IntSet.unionNegate(IntSet set,
int min,
int max)
The union with the negation of the 2nd set
|