The Apex Developers Guide states that collections (List, Set, and Map) can only be nested up to four levels deep. From the documentation (at the time of this writing): Lists can contain any collection and can be nested within one another and become multidimensional. For example, you can have a list of lists of sets […]