I\'ve got an arrayList filled with elements. I would like to pass the elements of that array list as arguments to a variadic function.
My function
p
The construct IEntityModifier... is syntactic sugar for IEntityModifier[]
IEntityModifier...
IEntityModifier[]
See the appropriate JLS section (8.4.1 Formal Parameters)