Package com.ibm.wala.util.intset
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 Summary
Constructors Constructor Description SemiSparseMutableIntSetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemiSparseMutableIntSetmake()SemiSparseMutableIntSetmake(int[] set)SemiSparseMutableIntSetmakeCopy(IntSet x)SemiSparseMutableIntSetparse(String string)
-
-
-
Method Detail
-
make
public SemiSparseMutableIntSet make(int[] set)
- Specified by:
makein interfaceMutableIntSetFactory<SemiSparseMutableIntSet>- Throws:
IllegalArgumentException- if set is null
-
parse
public SemiSparseMutableIntSet parse(String string) throws NumberFormatException
- Specified by:
parsein interfaceMutableIntSetFactory<SemiSparseMutableIntSet>- Throws:
NumberFormatException
-
makeCopy
public SemiSparseMutableIntSet makeCopy(IntSet x)
- Specified by:
makeCopyin interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
-
make
public SemiSparseMutableIntSet make()
- Specified by:
makein interfaceMutableIntSetFactory<SemiSparseMutableIntSet>
-
-