|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntSet | |
|---|---|
| com.caucho.util | Assorted utilities |
| Uses of IntSet in com.caucho.util |
|---|
| Methods in com.caucho.util with parameters of type IntSet | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||