Re: Returning an Iterator to the first element
Posted By:
John_Zukowski
Posted On:
Sunday, October 28, 2001 04:34 PM
You'll need to cache the results if you need to go through it multiple times. Or, if you have a ListIterator, you can move in both directly, like back to the beginning again.