Paul Libbrecht wrote:

Hello,

only after a looong quest I realized that new IteratorChain(Iterator) will only iterate through the elements of the given iterator instead of expecting that each element is an iterator itself through which one iterates.

Am I blurred to expect such ?
I suppose that changing this behaviour would be a too strong API change... so should one do an IteratorThroughIterators?? I can offer a class... if wished.

I think what you want can be handled nicely by
the (remarkable) ObjectGraphIterator class.

  BugBear

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to