public class MutableSparseLongSetFactory extends Object implements MutableLongSetFactory
| Constructor and Description |
|---|
MutableSparseLongSetFactory() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
make() |
MutableLongSet |
make(long[] set) |
MutableLongSet |
makeCopy(LongSet x) |
MutableLongSet |
parse(String string) |
public MutableLongSet make(long[] set)
make in interface MutableLongSetFactoryIllegalArgumentException - if set is nullpublic MutableLongSet parse(String string) throws NumberFormatException
parse in interface MutableLongSetFactoryNumberFormatExceptionpublic MutableLongSet makeCopy(LongSet x) throws IllegalArgumentException
makeCopy in interface MutableLongSetFactoryIllegalArgumentExceptionpublic MutableLongSet make()
make in interface MutableLongSetFactory