Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created March 17, 2017 07:10
Show Gist options
  • Save xgeek-net/cc0fac40e5fb89d5770171908c3b6593 to your computer and use it in GitHub Desktop.
Save xgeek-net/cc0fac40e5fb89d5770171908c3b6593 to your computer and use it in GitHub Desktop.
KISS principle map
Map<String, String> sampleMap = new Map<String, String>{
'key1' => 'value1', 'key2' => 'value2', 'key3' => 'value3'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment