DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4370>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4370

Add handling of primitive arrays with foreach





------- Additional Comments From [EMAIL PROTECTED]  2001-10-24 12:18 -------
Sorry about posting the code, but there is nothing that is not obvious in the 
code, so failed to see a need to post the license and everything. I could have 
thrown together the same thing in 2 minutes, but thought it better to post 
tested code.

It would probably be a good idea to treat object arrays and primitive arrays 
separately with different iterators rather than using this iterator for both. 
The reason is speed. Going through Array to get the elements will be slower 
than simply doing array indexing.

Reply via email to