|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.intset.BitVectorIntSetFactory
public class BitVectorIntSetFactory
| Constructor Summary | |
|---|---|
BitVectorIntSetFactory()
|
|
| Method Summary | |
|---|---|
BitVectorIntSet |
make()
|
BitVectorIntSet |
make(int[] set)
|
BitVectorIntSet |
makeCopy(IntSet x)
|
BitVectorIntSet |
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 BitVectorIntSetFactory()
| Method Detail |
|---|
public BitVectorIntSet make(int[] set)
make in interface MutableIntSetFactory<BitVectorIntSet>set -
java.lang.IllegalArgumentException - if set is null
public BitVectorIntSet parse(java.lang.String string)
throws java.lang.NumberFormatException
parse in interface MutableIntSetFactory<BitVectorIntSet>string -
java.lang.NumberFormatException
public BitVectorIntSet makeCopy(IntSet x)
throws java.lang.IllegalArgumentException
makeCopy in interface MutableIntSetFactory<BitVectorIntSet>java.lang.IllegalArgumentExceptionpublic BitVectorIntSet make()
make in interface MutableIntSetFactory<BitVectorIntSet>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||