Possible Duplicate:
Converting an array of objects to an array of their primitive types.
Hi all,
IS it possible to convert an array of Integer object to an array of int? i know its possible but is there any java function that does this kind of thing so one doesnt have to implement it self?
thank u