|
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 maps of int values. It
is used with the IntKeyIntMapBenchmark
class
for producing map objects.
Method Summary | |
IntKeyIntMap |
create(int[] keys,
int[] values)
Creates a new instance of a map from int key to int values initially containing the specified elements. |
Method Detail |
public IntKeyIntMap create(int[] keys, int[] values)
keys
- the keys that the resulting set will
contain.values
- the values 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 |