Skip to content

Instantly share code, notes, and snippets.

@orend
Last active October 4, 2019 16:29
Show Gist options
  • Save orend/cf99b7325535a3dbf5d09af4246e7af8 to your computer and use it in GitHub Desktop.
Save orend/cf99b7325535a3dbf5d09af4246e7af8 to your computer and use it in GitHub Desktop.
import com.google.common.collect.ImmutableSet
ImmutableSet.of("a", "b", "c");
List<String> results = Collections.<String>emptyList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment