Skip to content

Instantly share code, notes, and snippets.

@Harshal96
Created July 19, 2019 04:04
Show Gist options
  • Select an option

  • Save Harshal96/28478f16a3cff118d78b91baf772bbf8 to your computer and use it in GitHub Desktop.

Select an option

Save Harshal96/28478f16a3cff118d78b91baf772bbf8 to your computer and use it in GitHub Desktop.
List<Integer> intList = [1, 2, 3, 4];
Set<String> strSet = {"Apple", "Banana", "Cactus"};
Map<String, Integer> truthMap = { "answer" : 42 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment