Last active
October 4, 2019 16:29
-
-
Save orend/cf99b7325535a3dbf5d09af4246e7af8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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