Posted By:
Stephen_Smith
Posted On:
Wednesday, July 27, 2005 08:53 AM
There doesn't seem to be much in Jakarta Commons to support this requirement ATM, so the quickest solution may well be to use an Enhanced For Loop yourself.
In addition, I'd suggest writing some reusable 1.4-compliant code to convert a Collection of wrapper Objects into their associated primitive types, and then submitting it to Commons Collections.