RE: Iterating on an Iterator?

2001-05-23 Thread Amos Shapira
Thanks, I mnissed that part - but Iterate can also take an iterator. Sorry about the noise... --Amos > -Original Message- > From: Jim Richards [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 12:45 PM > To: [EMAIL PROTECTED] > Subject: Re: Iterating

Re: Iterating on an Iterator?

2001-05-23 Thread Jim Richards
takes a collection and can do that for you. >Our object model provides an Iterator interface to walk along >lists (properties of an object or lists of objects). > >Does anyone know how can I take advantage of a tag library to >accept an iterator an iterate using Iterator.hasNext() and >Iterator