com.ibm.wala.util.intset
Class MutableSharedBitVectorIntSetFactory

java.lang.Object
  extended by com.ibm.wala.util.intset.MutableSharedBitVectorIntSetFactory
All Implemented Interfaces:
MutableIntSetFactory

public class MutableSharedBitVectorIntSetFactory
extends java.lang.Object
implements MutableIntSetFactory

A factory for mutable shared bit vector int sets


Constructor Summary
MutableSharedBitVectorIntSetFactory()
           
 
Method Summary
 MutableIntSet make()
           
 MutableIntSet make(int[] set)
           
 MutableIntSet makeCopy(IntSet x)
           
 MutableIntSet parse(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableSharedBitVectorIntSetFactory

public MutableSharedBitVectorIntSetFactory()
Method Detail

make

public MutableIntSet make(int[] set)
Specified by:
make in interface MutableIntSetFactory

parse

public MutableIntSet parse(java.lang.String string)
                    throws java.lang.NumberFormatException
Specified by:
parse in interface MutableIntSetFactory
Throws:
java.lang.NumberFormatException

makeCopy

public MutableIntSet makeCopy(IntSet x)
Specified by:
makeCopy in interface MutableIntSetFactory

make

public MutableIntSet make()
Specified by:
make in interface MutableIntSetFactory