Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Last active March 17, 2017 06:56
Show Gist options
  • Save xgeek-net/cb98cf43ef51a72abf3fac01a141f381 to your computer and use it in GitHub Desktop.
Save xgeek-net/cb98cf43ef51a72abf3fac01a141f381 to your computer and use it in GitHub Desktop.
Initialize Map
Map<String, String> sampleMap = new Map<String, String>();
sampleMap.put('key1', 'value1');
sampleMap.put('key2', 'value2');
sampleMap.put('key3', 'value3');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment