|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.intset.BimodalMutableIntSetFactory
public class BimodalMutableIntSetFactory
An object that creates some bimodal mutable int sets.
| Constructor Summary | |
|---|---|
BimodalMutableIntSetFactory()
|
|
| Method Summary | |
|---|---|
BimodalMutableIntSet |
make()
|
BimodalMutableIntSet |
make(int[] set)
|
BimodalMutableIntSet |
makeCopy(IntSet x)
|
BimodalMutableIntSet |
parse(java.lang.String string)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BimodalMutableIntSetFactory()
| Method Detail |
|---|
public BimodalMutableIntSet make(int[] set)
make in interface MutableIntSetFactory<BimodalMutableIntSet>set -
public BimodalMutableIntSet parse(java.lang.String string)
throws java.lang.NumberFormatException
parse in interface MutableIntSetFactory<BimodalMutableIntSet>string -
java.lang.NumberFormatException
public BimodalMutableIntSet makeCopy(IntSet x)
throws UnimplementedError,
java.lang.IllegalArgumentException
makeCopy in interface MutableIntSetFactory<BimodalMutableIntSet>UnimplementedError
java.lang.IllegalArgumentExceptionpublic BimodalMutableIntSet make()
make in interface MutableIntSetFactory<BimodalMutableIntSet>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||