Package com.ibm.wala.util.intset
Interface MutableLongSetFactory
-
- All Known Implementing Classes:
MutableSparseLongSetFactory
public interface MutableLongSetFactoryAn object that creates some flavor of mutable int set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableLongSetmake()MutableLongSetmake(long[] set)MutableLongSetmakeCopy(LongSet x)MutableLongSetparse(String string)
-
-
-
Method Detail
-
make
MutableLongSet make(long[] set)
-
parse
MutableLongSet parse(String string)
-
makeCopy
MutableLongSet makeCopy(LongSet x)
-
make
MutableLongSet make()
-
-