|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableIntSet
| Method Summary | |
|---|---|
boolean |
add(int i)
Add an integer value to this set. |
boolean |
addAll(IntSet set)
Add all members of set to this. |
boolean |
addAllInIntersection(IntSet other,
IntSet filter)
|
void |
copySet(IntSet set)
Set the value of this to be the same as the value of set |
void |
intersectWith(IntSet set)
Interset this with another set. |
boolean |
remove(int i)
Remove an integer from this set. |
| Methods inherited from interface com.ibm.wala.util.intset.IntSet |
|---|
contains, containsAny, foreach, foreachExcluding, intersection, intIterator, isEmpty, isSubset, max, sameValue, size |
| Method Detail |
|---|
void copySet(IntSet set)
set - boolean addAll(IntSet set)
set -
boolean add(int i)
i - integer to add
boolean remove(int i)
i - integer to remove
void intersectWith(IntSet set)
set -
boolean addAllInIntersection(IntSet other,
IntSet filter)
other - filter -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||