public class DebuggingMutableIntSetFactory extends Object implements MutableIntSetFactory<com.ibm.wala.util.intset.DebuggingMutableIntSet>
Constructor and Description |
---|
DebuggingMutableIntSetFactory() |
DebuggingMutableIntSetFactory(MutableIntSetFactory<?> p,
MutableIntSetFactory<?> s) |
Modifier and Type | Method and Description |
---|---|
com.ibm.wala.util.intset.DebuggingMutableIntSet |
make() |
com.ibm.wala.util.intset.DebuggingMutableIntSet |
make(int[] set) |
com.ibm.wala.util.intset.DebuggingMutableIntSet |
makeCopy(IntSet x) |
com.ibm.wala.util.intset.DebuggingMutableIntSet |
parse(String string) |
void |
setPrimaryFactory(MutableIntSetFactory<?> x) |
void |
setSecondaryFactory(MutableIntSetFactory<?> x) |
public DebuggingMutableIntSetFactory(MutableIntSetFactory<?> p, MutableIntSetFactory<?> s)
public DebuggingMutableIntSetFactory()
public com.ibm.wala.util.intset.DebuggingMutableIntSet make(int[] set)
make
in interface MutableIntSetFactory<com.ibm.wala.util.intset.DebuggingMutableIntSet>
public com.ibm.wala.util.intset.DebuggingMutableIntSet parse(String string)
parse
in interface MutableIntSetFactory<com.ibm.wala.util.intset.DebuggingMutableIntSet>
public com.ibm.wala.util.intset.DebuggingMutableIntSet makeCopy(IntSet x) throws UnimplementedError
makeCopy
in interface MutableIntSetFactory<com.ibm.wala.util.intset.DebuggingMutableIntSet>
UnimplementedError
public com.ibm.wala.util.intset.DebuggingMutableIntSet make()
make
in interface MutableIntSetFactory<com.ibm.wala.util.intset.DebuggingMutableIntSet>
public void setPrimaryFactory(MutableIntSetFactory<?> x)
public void setSecondaryFactory(MutableIntSetFactory<?> x)