womencodeheroes.com
Cooking with Code: Apex Collections (Lists, Sets, and Maps)
In my last blog post, I wrote about variables, and in particular, primitives. Today I’m going to expand on variables and talk about the oh-so-powerful idea of “collections.” Unlike Java, which only has one type of collection (Arrays, also know as a Lists), Apex has three to choose from: Lists, Sets, and Maps. Together, we’ll go […]
Kieren Jameson