SyntaxFix
Write A Post
Hire A Developer
Questions
for (Iterator<Tourist> itr = tourists.iterator(); itr.hasNext();) { if (itr.next() == null) { itr.remove(); } }