Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created March 17, 2017 07:12
Show Gist options
  • Save xgeek-net/2ace48ca66e8ab10b7e9d1139daade86 to your computer and use it in GitHub Desktop.
Save xgeek-net/2ace48ca66e8ab10b7e9d1139daade86 to your computer and use it in GitHub Desktop.
KISS principle List
List<String> sampleList = new List<String>();
sampleMap.add('value1');
sampleMap.put('value2');
sampleMap.put('value3');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment