Has anybody considered a chain iterator?

i.e. For some chain, I'd like to be able to traverse each of its commands 
from first to last (in the usual manner, whereby the chain supplies a 
java.util.Iterator that returns each of its commands in turn).


I'm not sure if it's a sufficiently common use to support adding a method to
the actual Chain interface... but at least add it to ChainBase?


If people have any suggestions as to which way to head I'll try and draft a 
patch for it.


matthew


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

Reply via email to