|
PCJ API Version 1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents factories of sets of int values. It
is used with the IntSetBenchmark class
for producing set objects.
| Method Summary | |
IntSet |
create(int[] elements)
Creates a new instance of a set of int values initially containing the specified elements. |
| Method Detail |
public IntSet create(int[] elements)
elements - the elements that the resulting set will
contain.
NullPointerException - if elements is null.
|
PCJ API Version 1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||