####Header Apex has three types of collections:
- Lists
- A simple ordered list.
- Maps
- A collection of key-value pairs. Keys and values are determined by the user. Lists are basically a map where they key is a number.
- Sets
- A simple unordered list.
######For more information reference the offical Salesforce/Apex documentation.