Package com.ibm.wala.util.intset
Class BimodalMutableIntSetFactory
- java.lang.Object
-
- com.ibm.wala.util.intset.BimodalMutableIntSetFactory
-
- All Implemented Interfaces:
MutableIntSetFactory<BimodalMutableIntSet>
public class BimodalMutableIntSetFactory extends Object implements MutableIntSetFactory<BimodalMutableIntSet>
An object that creates some bimodal mutable int sets.
-
-
Constructor Summary
Constructors Constructor Description BimodalMutableIntSetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BimodalMutableIntSetmake()BimodalMutableIntSetmake(int[] set)BimodalMutableIntSetmakeCopy(IntSet x)BimodalMutableIntSetparse(String string)
-
-
-
Method Detail
-
make
public BimodalMutableIntSet make(int[] set)
- Specified by:
makein interfaceMutableIntSetFactory<BimodalMutableIntSet>
-
parse
public BimodalMutableIntSet parse(String string) throws NumberFormatException
- Specified by:
parsein interfaceMutableIntSetFactory<BimodalMutableIntSet>- Throws:
NumberFormatException
-
makeCopy
public BimodalMutableIntSet makeCopy(IntSet x) throws UnimplementedError, IllegalArgumentException
- Specified by:
makeCopyin interfaceMutableIntSetFactory<BimodalMutableIntSet>- Throws:
UnimplementedErrorIllegalArgumentException
-
make
public BimodalMutableIntSet make()
- Specified by:
makein interfaceMutableIntSetFactory<BimodalMutableIntSet>
-
-