Is your 'xxx' the instance inn each case?

Depending on the implementation, removing from the thing you are iterating over may cause some wierdness.


On Mar 3, 2009, at 5:44 PM, Johan Compagner wrote:

Is this the same?

Set set1 = xxx
Collection col1 = xxx;

foreach (col in col1)
set1.remove(col)

or

set1.removeAll(col1);


???


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to