Hi all,

I am stumped... I need to iterate through a list to find the the first entry
given a set of parameters in a simple-method, but how do I escape from the
iteration after having found the entry?

I know that in groovy I can do a while loop and if I have found the entry I
can issue a 'break; and close the iteration. But how do I do this in the
interation in a simple-method?

Regards,

Pierre

Reply via email to