Created
March 17, 2017 07:12
-
-
Save xgeek-net/2ace48ca66e8ab10b7e9d1139daade86 to your computer and use it in GitHub Desktop.
KISS principle List
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
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