public interface MutableLongSetFactory
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
make() |
MutableLongSet |
make(long[] set) |
MutableLongSet |
makeCopy(LongSet x) |
MutableLongSet |
parse(String string) |
MutableLongSet make(long[] set)
MutableLongSet parse(String string)
MutableLongSet makeCopy(LongSet x)
MutableLongSet make()