Skip to content

Instantly share code, notes, and snippets.

@yock
Created February 25, 2013 18:19
Show Gist options
  • Save yock/5031990 to your computer and use it in GitHub Desktop.
Save yock/5031990 to your computer and use it in GitHub Desktop.
for (Iterator<String> iterator = o.iterator(); iterator.hasNext();) {
iterator.next();
iterator.remove()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment