public class BimodalMutableIntSetFactory extends Object implements MutableIntSetFactory<BimodalMutableIntSet>
Constructor and Description |
---|
BimodalMutableIntSetFactory() |
Modifier and Type | Method and Description |
---|---|
BimodalMutableIntSet |
make() |
BimodalMutableIntSet |
make(int[] set) |
BimodalMutableIntSet |
makeCopy(IntSet x) |
BimodalMutableIntSet |
parse(String string) |
public BimodalMutableIntSet make(int[] set)
make
in interface MutableIntSetFactory<BimodalMutableIntSet>
set
- public BimodalMutableIntSet parse(String string) throws NumberFormatException
parse
in interface MutableIntSetFactory<BimodalMutableIntSet>
string
- NumberFormatException
public BimodalMutableIntSet makeCopy(IntSet x) throws UnimplementedError, IllegalArgumentException
makeCopy
in interface MutableIntSetFactory<BimodalMutableIntSet>
UnimplementedError
IllegalArgumentException
public BimodalMutableIntSet make()
make
in interface MutableIntSetFactory<BimodalMutableIntSet>