Created
March 17, 2017 07:10
-
-
Save xgeek-net/cc0fac40e5fb89d5770171908c3b6593 to your computer and use it in GitHub Desktop.
KISS principle map
This file contains hidden or 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
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