Posted By:
Chad_Davis
Posted On:
Thursday, February 26, 2004 04:13 PM
Can I get two iterators on the same collection at the same time? Especially from within a nested loop. Reiterating from within the iteration. As long as the inner iteration doesn' modify the data it seems intuitively okay? Anybody know how this works?