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 java.lang.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 BimodalMutableIntSet
make()
BimodalMutableIntSet
make(int[] set)
BimodalMutableIntSet
makeCopy(IntSet x)
BimodalMutableIntSet
parse(java.lang.String string)
-
-
-
Method Detail
-
make
public BimodalMutableIntSet make(int[] set)
- Specified by:
make
in interfaceMutableIntSetFactory<BimodalMutableIntSet>
- Parameters:
set
-
-
parse
public BimodalMutableIntSet parse(java.lang.String string) throws java.lang.NumberFormatException
- Specified by:
parse
in interfaceMutableIntSetFactory<BimodalMutableIntSet>
- Parameters:
string
-- Throws:
java.lang.NumberFormatException
-
makeCopy
public BimodalMutableIntSet makeCopy(IntSet x) throws UnimplementedError, java.lang.IllegalArgumentException
- Specified by:
makeCopy
in interfaceMutableIntSetFactory<BimodalMutableIntSet>
- Throws:
UnimplementedError
java.lang.IllegalArgumentException
-
make
public BimodalMutableIntSet make()
- Specified by:
make
in interfaceMutableIntSetFactory<BimodalMutableIntSet>
-
-