Class SemiSparseMutableIntSetFactory
java.lang.Object
com.ibm.wala.util.intset.SemiSparseMutableIntSetFactory
- All Implemented Interfaces:
MutableIntSetFactory<SemiSparseMutableIntSet>
public class SemiSparseMutableIntSetFactory
extends Object
implements MutableIntSetFactory<SemiSparseMutableIntSet>
-
Constructor Details
-
SemiSparseMutableIntSetFactory
public SemiSparseMutableIntSetFactory()
-
-
Method Details
-
make
- Specified by:
make
in interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
- Throws:
IllegalArgumentException
- if set is null
-
parse
- Specified by:
parse
in interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
- Throws:
NumberFormatException
-
makeCopy
- Specified by:
makeCopy
in interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
-
make
- Specified by:
make
in interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
-