|
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 lists of int values. It
is used with the IntListBenchmark
class
for producing set objects.
Method Summary | |
IntList |
create(int[] elements)
Creates a new instance of a list of int values initially containing the specified elements. |
Method Detail |
public IntList create(int[] elements)
elements
- the elements that the resulting list 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 |