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>public BimodalMutableIntSet parse(String string) throws NumberFormatException
parse in interface MutableIntSetFactory<BimodalMutableIntSet>NumberFormatExceptionpublic BimodalMutableIntSet makeCopy(IntSet x) throws UnimplementedError, IllegalArgumentException
makeCopy in interface MutableIntSetFactory<BimodalMutableIntSet>UnimplementedErrorIllegalArgumentExceptionpublic BimodalMutableIntSet make()
make in interface MutableIntSetFactory<BimodalMutableIntSet>