Skip to content

Instantly share code, notes, and snippets.

@wmfairuz
Created April 17, 2014 08:32
Show Gist options
  • Save wmfairuz/10964831 to your computer and use it in GitHub Desktop.
Save wmfairuz/10964831 to your computer and use it in GitHub Desktop.
Remove null elements from a Java list
myList.removeAll(Collections.singleton(null));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment