Package com.ibm.wala.util.intset
Class MutableSharedBitVectorIntSetFactory
- java.lang.Object
-
- com.ibm.wala.util.intset.MutableSharedBitVectorIntSetFactory
-
- All Implemented Interfaces:
MutableIntSetFactory<MutableSharedBitVectorIntSet>
public class MutableSharedBitVectorIntSetFactory extends Object implements MutableIntSetFactory<MutableSharedBitVectorIntSet>
A factory for mutable shared bit vector int sets
-
-
Constructor Summary
Constructors Constructor Description MutableSharedBitVectorIntSetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableSharedBitVectorIntSetmake()MutableSharedBitVectorIntSetmake(int[] set)MutableSharedBitVectorIntSetmakeCopy(IntSet x)MutableSharedBitVectorIntSetparse(String string)
-
-
-
Method Detail
-
make
public MutableSharedBitVectorIntSet make(int[] set)
- Specified by:
makein interfaceMutableIntSetFactory<MutableSharedBitVectorIntSet>
-
parse
public MutableSharedBitVectorIntSet parse(String string) throws NumberFormatException
- Specified by:
parsein interfaceMutableIntSetFactory<MutableSharedBitVectorIntSet>- Throws:
NumberFormatException
-
makeCopy
public MutableSharedBitVectorIntSet makeCopy(IntSet x) throws IllegalArgumentException
- Specified by:
makeCopyin interfaceMutableIntSetFactory<MutableSharedBitVectorIntSet>- Throws:
IllegalArgumentException
-
make
public MutableSharedBitVectorIntSet make()
- Specified by:
makein interfaceMutableIntSetFactory<MutableSharedBitVectorIntSet>
-
-