SyntaxFix
Write A Post
Hire A Developer
Questions
why not this?
for( int i = 0; i < Foo.size(); i++ ) { if( Foo.get(i).equals( some test ) ) { Foo.remove(i); } }
And if it's a map, not a list, you can use keyset()