StephenHawking9 1 Posted July 29, 2012 Report Share Posted July 29, 2012 (edited) Hi Experts, I have started learning java recently and looking into some practice exercise. Just wante to know if there is a easy way, to convert a List of java.lang.Integer objects to array of primitive int type (not integer). Something like List<Integer> to int []? Or I need to loop through each element in list and convert it? Please let me know. Please feel free to move this thread to right location just in case I have posted this in the wrong place. Thanks in advance. Edited July 29, 2012 by StephenHawking9 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.