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 MutableLongSetFactory
set
- IllegalArgumentException
- if set is nullpublic MutableLongSet parse(String string) throws NumberFormatException
parse
in interface MutableLongSetFactory
NumberFormatException
public MutableLongSet makeCopy(LongSet x) throws IllegalArgumentException
makeCopy
in interface MutableLongSetFactory
IllegalArgumentException
public MutableLongSet make()
make
in interface MutableLongSetFactory